Html Css Color HEX #32586C Blumine

📋 copy color: '#32586C'

red 50 ◦ green 88 ◦ blue 108

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

Shades of Blumine #32586C

Tints of Blumine #32586C

RGB

 RED value IS 50 (19.92% from 255) = 20.33%

 GREEN value IS 88 (34.77% from 255) = 35.77%

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 20.33%
G = 35.77%
B = 43.9%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#32586C (or 0x32586C) is known color: Blumine. HEX triplet: 32, 58 and 6C. RGB value is (50,88,108). Sum of RGB (Red+Green+Blue) = 50+88+108=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 88 (34.77% from 255 or 35.77% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #32586C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32586C is #CDA793. Grayscale: #4E4E4E. Windows color (decimal): -13477780 or 7100466. OLE color: 7100466.

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

Color convert

RGB 50 88 108 -
CMYK 0.54 0.19 0 0.58
HSL 200.69º 0.37% 0.31% -
HSV(B) 200.69º 0.54% 0.42% -
XYZ 7.51 8.74 15.48 -
YUV 78.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 50 88 108 0.54 0.19 0 0.58 200.69 0.37 0.31
Hex 32 58 6C 36 13 0 3A C9 25 1F
Octal 62 130 154 66 23 0 72 311 45 37
Binary 110010 1011000 1101100 110110 10011 0 111010 11001001 100101 11111

Color Harmonies of #32586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32586C

Black with #32586C

Text Example


Text Example

White with #32586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32586C;
 }
 .AnyTagClassName
 {
   color: #32586C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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