Html Css Color HEX #32586F Blumine

📋 copy color: '#32586F'

red 50 ◦ green 88 ◦ blue 111

#32586F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blumine #32586F

Tints of Blumine #32586F

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 value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32586F (or 0x32586F) is known color: 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

RGB 50 88 111 -
CMYK 0.55 0.21 0 0.56
HSL 202.62º 0.38% 0.32% -
HSV(B) 202.62º 0.55% 0.44% -
XYZ 7.67 8.81 16.33 -
YUV 79.26 145.91 107.13 -
System Red Green Blue C M Y K H S L
Decimal 50 88 111 0.55 0.21 0 0.56 202.62 0.38 0.32
Hex 32 58 6F 37 15 0 38 CB 26 20
Octal 62 130 157 67 25 0 70 313 46 40
Binary 110010 1011000 1101111 110111 10101 0 111000 11001011 100110 100000

Color Harmonies of #32586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32586F

Black with #32586F

Text Example


Text Example

White with #32586F

Text Example


Text Example

HTML Codes & Css Web 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>