Html Css Color HEX #214791 Endeavour

📋 copy color: '#214791'

red 33 ◦ green 71 ◦ blue 145

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

Shades of Endeavour #214791

Tints of Endeavour #214791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 13.25%
G = 28.51%
B = 58.23%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214791 (or 0x214791) is known color: Endeavour. HEX triplet: 21, 47 and 91. RGB value is (33,71,145). Sum of RGB (Red+Green+Blue) = 33+71+145=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #214791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214791 is #DEB86E. Grayscale: #434343. Windows color (decimal): -14596207 or 9520929. OLE color: 9520929.

HSL color Cylindrical-coordinate representation of color #214791: hue angle of 219.64º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214791 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 71 145 -
CMYK 0.77 0.51 0 0.43
HSL 219.64º 0.63% 0.35% -
HSV(B) 219.64º 0.77% 0.57% -
XYZ 7.99 6.87 27.69 -
YUV 68.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 33 71 145 0.77 0.51 0 0.43 219.64 0.63 0.35
Hex 21 47 91 4D 33 0 2B DC 3F 23
Octal 41 107 221 115 63 0 53 334 77 43
Binary 100001 1000111 10010001 1001101 110011 0 101011 11011100 111111 100011

Color Harmonies of #214791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214791

Black with #214791

Text Example


Text Example

White with #214791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214791; }

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

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

background-color css

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

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

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

border-color css

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

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

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