#214A91

Color #214A91 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #214A91

Tints of Endeavour #214A91

Color information

#214A91 (or 0x214A91) is unknown color: approx Endeavour. HEX triplet: 21, 4A and 91. RGB value is (33,74,145). Sum of RGB (Red+Green+Blue) = 33+74+145=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 145 (57.03% from 255 or 57.54% from 252); Max value from RGB is 145 - color contains mainly: blue. Hex color #214A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A91 is #DEB56E. Grayscale: #454545. Windows color (decimal): -14595439 or 9521697. OLE color: 9521697.

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

Color convert

RGB3374145-
CMYK0.770.4900.43
HSL218.04º62.92%34.9%-
HSV(B)218.04º77.24%56.86%-
XYZ8.197.2727.76-
YUV69.83170.42101.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.10%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 145 (57.03% from 255) = 57.54%
R=13.10%
G=29.37%
B=57.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33741450.770.4900.43218.0462.9234.9
Hex214A914D3102Bda3f23
Octal41112221115610533327743
Binary1000011001010100100011001101110001010101111011010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #214A91;
 }
 .AnyTagClassName
 {
   color: #214A91;
 }
</style>
background-color css

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

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

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

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

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

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