Html Css Color HEX #214D91 Endeavour

📋 copy color: '#214D91'

red 33 ◦ green 77 ◦ blue 145

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

Shades of Endeavour #214D91

Tints of Endeavour #214D91

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.2%

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

R = 12.94%
G = 30.2%
B = 56.86%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214D91 (or 0x214D91) is known color: Endeavour. HEX triplet: 21, 4D and 91. RGB value is (33,77,145). Sum of RGB (Red+Green+Blue) = 33+77+145=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 145 (57.03% from 255 or 56.86% from 255); Max value from RGB is 145 - color contains mainly: blue. Hex color #214D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D91 is #DEB26E. Grayscale: #474747. Windows color (decimal): -14594671 or 9522465. OLE color: 9522465.

HSL color Cylindrical-coordinate representation of color #214D91: hue angle of 216.43º 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 #214D91 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 77 145 -
CMYK 0.77 0.47 0 0.43
HSL 216.43º 0.63% 0.35% -
HSV(B) 216.43º 0.77% 0.57% -
XYZ 8.39 7.68 27.83 -
YUV 71.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 33 77 145 0.77 0.47 0 0.43 216.43 0.63 0.35
Hex 21 4D 91 4D 2F 0 2B D8 3F 23
Octal 41 115 221 115 57 0 53 330 77 43
Binary 100001 1001101 10010001 1001101 101111 0 101011 11011000 111111 100011

Color Harmonies of #214D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214D91

Black with #214D91

Text Example


Text Example

White with #214D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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