#36576B

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

Shades of Blumine #36576B

Tints of Blumine #36576B

Color information

#36576B (or 0x36576B) is unknown color: approx Blumine. HEX triplet: 36, 57 and 6B. RGB value is (54,87,107). Sum of RGB (Red+Green+Blue) = 54+87+107=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #36576B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36576B is #C9A894. Grayscale: #4F4F4F. Windows color (decimal): -13215893 or 7034678. OLE color: 7034678.

HSL color Cylindrical-coordinate representation of color #36576B: hue angle of 202.64º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #36576B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5487107-
CMYK0.500.1900.58
HSL202.64º32.92%31.57%-
HSV(B)202.64º49.53%41.96%-
XYZ7.588.6615.18-
YUV79.41143.57109.87-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.77%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 107 (42.19% from 255) = 43.15%
R=21.77%
G=35.08%
B=43.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54871070.500.1900.58202.6432.9231.57
Hex36576B321303Acb2120
Octal6612715362230723134140
Binary1101101010111110101111001010011011101011001011100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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