Html Css Color HEX #214799 Endeavour

📋 copy color: '#214799'

red 33 ◦ green 71 ◦ blue 153

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

Shades of Endeavour #214799

Tints of Endeavour #214799

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 12.84%
G = 27.63%
B = 59.53%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#214799 (or 0x214799) is known color: Endeavour. HEX triplet: 21, 47 and 99. RGB value is (33,71,153). Sum of RGB (Red+Green+Blue) = 33+71+153=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #214799 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214799 is #DEB866. Grayscale: #444444. Windows color (decimal): -14596199 or 10045217. OLE color: 10045217.

HSL color Cylindrical-coordinate representation of color #214799: hue angle of 221º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214799 is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 71 153 -
CMYK 0.78 0.54 0 0.4
HSL 221º 0.65% 0.36% -
HSV(B) 221º 0.78% 0.6% -
XYZ 8.63 7.13 31.06 -
YUV 68.99 175.41 102.33 -
System Red Green Blue C M Y K H S L
Decimal 33 71 153 0.78 0.54 0 0.4 221 0.65 0.36
Hex 21 47 99 4E 36 0 28 DD 41 24
Octal 41 107 231 116 66 0 50 335 101 44
Binary 100001 1000111 10011001 1001110 110110 0 101000 11011101 1000001 100100

Color Harmonies of #214799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214799

Black with #214799

Text Example


Text Example

White with #214799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214799; }

 p { color: rgb(33,71,153); }

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

background-color css

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

 a { background-color: rgb(33,71,153); }

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

border-color css

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

 span { border-color: rgb(33,71,153); }

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