Html Css Color HEX #32588E Endeavour

📋 copy color: '#32588E'

red 50 ◦ green 88 ◦ blue 142

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

Shades of Endeavour #32588E

Tints of Endeavour #32588E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 17.86%
G = 31.43%
B = 50.71%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32588E (or 0x32588E) is known color: Endeavour. HEX triplet: 32, 58 and 8E. RGB value is (50,88,142). Sum of RGB (Red+Green+Blue) = 50+88+142=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #32588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588E is #CDA771. Grayscale: #525252. Windows color (decimal): -13477746 or 9328690. OLE color: 9328690.

HSL color Cylindrical-coordinate representation of color #32588E: hue angle of 215.22º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32588E is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 88 142 -
CMYK 0.65 0.38 0 0.44
HSL 215.22º 0.48% 0.38% -
HSV(B) 215.22º 0.65% 0.56% -
XYZ 9.69 9.61 26.94 -
YUV 82.79 161.41 104.61 -
System Red Green Blue C M Y K H S L
Decimal 50 88 142 0.65 0.38 0 0.44 215.22 0.48 0.38
Hex 32 58 8E 41 26 0 2C D7 30 26
Octal 62 130 216 101 46 0 54 327 60 46
Binary 110010 1011000 10001110 1000001 100110 0 101100 11010111 110000 100110

Color Harmonies of #32588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32588E

Black with #32588E

Text Example


Text Example

White with #32588E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32588E; }

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

 H1.HeaderClassName
 {
   color: #32588E;
 }
 .AnyTagClassName
 {
   color: #32588E;
 }
</style>

background-color css

<style>
 a { background-color: #32588E; }

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

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

border-color css

<style>
 span { border-color: #32588E; }

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

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