Html Css Color HEX #21608E Endeavour

📋 copy color: '#21608E'

red 33 ◦ green 96 ◦ blue 142

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

Shades of Endeavour #21608E

Tints of Endeavour #21608E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.42%

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

R = 12.18%
G = 35.42%
B = 52.4%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21608E (or 0x21608E) is known color: Endeavour. HEX triplet: 21, 60 and 8E. RGB value is (33,96,142). Sum of RGB (Red+Green+Blue) = 33+96+142=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #21608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21608E is #DE9F71. Grayscale: #525252. Windows color (decimal): -14589810 or 9330721. OLE color: 9330721.

HSL color Cylindrical-coordinate representation of color #21608E: hue angle of 205.32º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21608E is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 96 142 -
CMYK 0.77 0.32 0 0.44
HSL 205.32º 0.62% 0.34% -
HSV(B) 205.32º 0.77% 0.56% -
XYZ 9.69 10.64 27.13 -
YUV 82.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 33 96 142 0.77 0.32 0 0.44 205.32 0.62 0.34
Hex 21 60 8E 4D 20 0 2C CD 3E 22
Octal 41 140 216 115 40 0 54 315 76 42
Binary 100001 1100000 10001110 1001101 100000 0 101100 11001101 111110 100010

Color Harmonies of #21608E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21608E

Black with #21608E

Text Example


Text Example

White with #21608E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,96,142); }

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

background-color css

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

 a { background-color: rgb(33,96,142); }

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

border-color css

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

 span { border-color: rgb(33,96,142); }

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