#306976

Color #306976 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #306976

Tints of Blumine #306976

Color information

#306976 (or 0x306976) is unknown color: approx Blumine. HEX triplet: 30, 69 and 76. RGB value is (48,105,118). Sum of RGB (Red+Green+Blue) = 48+105+118=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #306976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306976 is #CF9689. Grayscale: #595959. Windows color (decimal): -13604490 or 7760176. OLE color: 7760176.

HSL color Cylindrical-coordinate representation of color #306976: hue angle of 191.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306976 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB48105118-
CMYK0.590.1100.54
HSL191.14º42.17%32.55%-
HSV(B)191.14º59.32%46.27%-
XYZ9.5412.0418.96-
YUV89.44144.1298.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=17.71%
G=38.75%
B=43.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal481051180.590.1100.54191.1442.1732.55
Hex3069763BB036bf2a21
Octal6015116673130662775241
Binary110000110100111101101110111011011011010111111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306976; }

 p { color: rgb(48,105,118); }

 H1.HeaderClassName
 {
   color: #306976;
 }
 .AnyTagClassName
 {
   color: #306976;
 }
</style>
background-color css

<style>
 a { background-color: #306976; }

 a { background-color: rgb(48,105,118); }

 div.DivClassName
 {
   background-color: #306976;
 }
 .BgClassName
 {
   background-color: #306976;
 }
</style>
border-color css

<style>
 span { border-color: #306976; }

 span { border-color: rgb(48,105,118); }

 td.TdClassName
 {
   border-color: #306976;
 }
 .TagClassName
 {
   border-color: #306976;
 }
</style>