#32586F

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

Shades of Blumine #32586F

Tints of Blumine #32586F

Color information

#32586F (or 0x32586F) is unknown color: approx Blumine. HEX triplet: 32, 58 and 6F. RGB value is (50,88,111). Sum of RGB (Red+Green+Blue) = 50+88+111=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 111 (43.75% from 255 or 44.58% from 249); Max value from RGB is 111 - color contains mainly: blue. Hex color #32586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32586F is #CDA790. Grayscale: #4F4F4F. Windows color (decimal): -13477777 or 7297074. OLE color: 7297074.

HSL color Cylindrical-coordinate representation of color #32586F: hue angle of 202.62º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32586F is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5088111-
CMYK0.550.2100.56
HSL202.62º37.89%31.57%-
HSV(B)202.62º54.95%43.53%-
XYZ7.678.8116.33-
YUV79.26145.91107.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.08%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 111 (43.75% from 255) = 44.58%
R=20.08%
G=35.34%
B=44.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50881110.550.2100.56202.6237.8931.57
Hex32586F3715038cb2620
Octal6213015767250703134640
Binary1100101011000110111111011110101011100011001011100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32586F; }

 p { color: rgb(50,88,111); }

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

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

 a { background-color: rgb(50,88,111); }

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

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

 span { border-color: rgb(50,88,111); }

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