#34576B

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

Shades of Blumine #34576B

Tints of Blumine #34576B

Color information

#34576B (or 0x34576B) is unknown color: approx Blumine. HEX triplet: 34, 57 and 6B. RGB value is (52,87,107). Sum of RGB (Red+Green+Blue) = 52+87+107=246 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.14% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #34576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34576B is #CBA894. Grayscale: #4E4E4E. Windows color (decimal): -13346965 or 7034676. OLE color: 7034676.

HSL color Cylindrical-coordinate representation of color #34576B: hue angle of 201.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #34576B is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5287107-
CMYK0.510.1900.58
HSL201.82º34.59%31.18%-
HSV(B)201.82º51.4%41.96%-
XYZ7.488.6115.18-
YUV78.82143.9108.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.14%
GREEN value IS 87 (34.38% from 255) = 35.37%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=21.14%
G=35.37%
B=43.50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52871070.510.1900.58201.8234.5931.18
Hex34576B331303Aca231f
Octal6412715363230723124337
Binary110100101011111010111100111001101110101100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34576B; }

 p { color: rgb(52,87,107); }

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

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

 a { background-color: rgb(52,87,107); }

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

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

 span { border-color: rgb(52,87,107); }

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