Html Css Color HEX #214B91 Endeavour

📋 copy color: '#214B91'

red 33 ◦ green 75 ◦ blue 145

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

Shades of Endeavour #214B91

Tints of Endeavour #214B91

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.64%

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

R = 13.04%
G = 29.64%
B = 57.31%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214B91 (or 0x214B91) is known color: Endeavour. HEX triplet: 21, 4B and 91. RGB value is (33,75,145). Sum of RGB (Red+Green+Blue) = 33+75+145=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #214B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B91 is #DEB46E. Grayscale: #464646. Windows color (decimal): -14595183 or 9521953. OLE color: 9521953.

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

Color convert

RGB 33 75 145 -
CMYK 0.77 0.48 0 0.43
HSL 217.5º 0.63% 0.35% -
HSV(B) 217.5º 0.77% 0.57% -
XYZ 8.25 7.4 27.78 -
YUV 70.42 170.09 101.31 -
System Red Green Blue C M Y K H S L
Decimal 33 75 145 0.77 0.48 0 0.43 217.5 0.63 0.35
Hex 21 4B 91 4D 30 0 2B DA 3F 23
Octal 41 113 221 115 60 0 53 332 77 43
Binary 100001 1001011 10010001 1001101 110000 0 101011 11011010 111111 100011

Color Harmonies of #214B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B91

Black with #214B91

Text Example


Text Example

White with #214B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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