#214a97

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

Shades of Endeavour #214A97

Tints of Endeavour #214A97

Color information

#214A97 (or 0x214A97) is unknown color: approx Endeavour. HEX triplet: 21, 4A and 97. RGB value is (33,74,151). Sum of RGB (Red+Green+Blue) = 33+74+151=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 151 (59.38% from 255 or 58.53% from 258); Max value from RGB is 151 - color contains mainly: blue. Hex color #214A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214A97 is #DEB568. Grayscale: #464646. Windows color (decimal): -14595433 or 9914913. OLE color: 9914913.

HSL color Cylindrical-coordinate representation of color #214A97: hue angle of 219.15º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214A97 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3374151-
CMYK0.780.5100.41
HSL219.15º64.13%36.08%-
HSV(B)219.15º78.15%59.22%-
XYZ8.667.4630.26-
YUV70.52173.42101.24-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 74 (29.30% from 255) = 28.68%
BLUE value IS 151 (59.38% from 255) = 58.53%
R=12.79%
G=28.68%
B=58.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33741510.780.5100.41219.1564.1336.08
Hex214A974E33029db4024
Octal411122271166305133310044
Binary10000110010101001011110011101100110101001110110111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214a97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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