#306177

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

Shades of Blumine #306177

Tints of Blumine #306177

Color information

#306177 (or 0x306177) is unknown color: approx Blumine. HEX triplet: 30, 61 and 77. RGB value is (48,97,119). Sum of RGB (Red+Green+Blue) = 48+97+119=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #306177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306177 is #CF9E88. Grayscale: #545454. Windows color (decimal): -13606537 or 7823664. OLE color: 7823664.

HSL color Cylindrical-coordinate representation of color #306177: hue angle of 198.59º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #306177 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4897119-
CMYK0.600.1800.53
HSL198.59º42.51%32.75%-
HSV(B)198.59º59.66%46.67%-
XYZ8.8210.5119.02-
YUV84.86147.27101.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.18%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=18.18%
G=36.74%
B=45.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48971190.600.1800.53198.5942.5132.75
Hex3061773C12035c72b21
Octal6014116774220653075341
Binary1100001100001111011111110010010011010111000111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306177; }

 p { color: rgb(48,97,119); }

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

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

 a { background-color: rgb(48,97,119); }

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

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

 span { border-color: rgb(48,97,119); }

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