Html Css Color HEX #21578C Endeavour

📋 copy color: '#21578C'

red 33 ◦ green 87 ◦ blue 140

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

Shades of Endeavour #21578C

Tints of Endeavour #21578C

RGB

 RED value IS 33 (13.28% from 255) = 12.69%

 GREEN value IS 87 (34.38% from 255) = 33.46%

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

R = 12.69%
G = 33.46%
B = 53.85%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21578C (or 0x21578C) is known color: Endeavour. HEX triplet: 21, 57 and 8C. RGB value is (33,87,140). Sum of RGB (Red+Green+Blue) = 33+87+140=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #21578C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21578C is #DEA873. Grayscale: #4C4C4C. Windows color (decimal): -14592116 or 9197345. OLE color: 9197345.

HSL color Cylindrical-coordinate representation of color #21578C: hue angle of 209.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21578C is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 87 140 -
CMYK 0.76 0.38 0 0.45
HSL 209.72º 0.62% 0.34% -
HSV(B) 209.72º 0.76% 0.55% -
XYZ 8.77 9.03 26.09 -
YUV 76.9 163.61 96.69 -
System Red Green Blue C M Y K H S L
Decimal 33 87 140 0.76 0.38 0 0.45 209.72 0.62 0.34
Hex 21 57 8C 4C 26 0 2D D2 3E 22
Octal 41 127 214 114 46 0 55 322 76 42
Binary 100001 1010111 10001100 1001100 100110 0 101101 11010010 111110 100010

Color Harmonies of #21578C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21578C

Black with #21578C

Text Example


Text Example

White with #21578C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,87,140); }

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

background-color css

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

 a { background-color: rgb(33,87,140); }

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

border-color css

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

 span { border-color: rgb(33,87,140); }

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