Html Css Color HEX #32588C Endeavour

📋 copy color: '#32588C'

red 50 ◦ green 88 ◦ blue 140

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

Shades of Endeavour #32588C

Tints of Endeavour #32588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 17.99%
G = 31.65%
B = 50.36%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32588C (or 0x32588C) is known color: Endeavour. HEX triplet: 32, 58 and 8C. RGB value is (50,88,140). Sum of RGB (Red+Green+Blue) = 50+88+140=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #32588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32588C is #CDA773. Grayscale: #525252. Windows color (decimal): -13477748 or 9197618. OLE color: 9197618.

HSL color Cylindrical-coordinate representation of color #32588C: hue angle of 214.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32588C is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 88 140 -
CMYK 0.64 0.37 0 0.45
HSL 214.67º 0.47% 0.37% -
HSV(B) 214.67º 0.64% 0.55% -
XYZ 9.54 9.55 26.15 -
YUV 82.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 50 88 140 0.64 0.37 0 0.45 214.67 0.47 0.37
Hex 32 58 8C 40 25 0 2D D7 2F 25
Octal 62 130 214 100 45 0 55 327 57 45
Binary 110010 1011000 10001100 1000000 100101 0 101101 11010111 101111 100101

Color Harmonies of #32588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32588C

Black with #32588C

Text Example


Text Example

White with #32588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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