#36586B

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

Shades of Blumine #36586B

Tints of Blumine #36586B

Color information

#36586B (or 0x36586B) is unknown color: approx Blumine. HEX triplet: 36, 58 and 6B. RGB value is (54,88,107). Sum of RGB (Red+Green+Blue) = 54+88+107=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 107 - color contains mainly: blue. Hex color #36586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36586B is #C9A794. Grayscale: #4F4F4F. Windows color (decimal): -13215637 or 7034934. OLE color: 7034934.

HSL color Cylindrical-coordinate representation of color #36586B: hue angle of 201.51º 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 #36586B is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5488107-
CMYK0.500.1800.58
HSL201.51º32.92%31.57%-
HSV(B)201.51º49.53%41.96%-
XYZ7.668.8315.21-
YUV80143.24109.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.69%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=21.69%
G=35.34%
B=42.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54881070.500.1800.58201.5132.9231.57
Hex36586B321203Aca2120
Octal6613015362220723124140
Binary1101101011000110101111001010010011101011001010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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