#214E9A

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

Shades of Endeavour #214E9A

Tints of Endeavour #214E9A

Color information

#214E9A (or 0x214E9A) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 9A. RGB value is (33,78,154). Sum of RGB (Red+Green+Blue) = 33+78+154=265 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.45% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #214E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E9A is #DEB165. Grayscale: #484848. Windows color (decimal): -14594406 or 10112545. OLE color: 10112545.

HSL color Cylindrical-coordinate representation of color #214E9A: hue angle of 217.69º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214E9A is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3378154-
CMYK0.790.4900.40
HSL217.69º64.71%36.67%-
HSV(B)217.69º78.57%60.39%-
XYZ9.188.1131.65-
YUV73.21173.5999.32-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.45%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 154 (60.55% from 255) = 58.11%
R=12.45%
G=29.43%
B=58.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33781540.790.4900.40217.6964.7136.67
Hex214E9A4F31028da4125
Octal411162321176105033210145
Binary10000110011101001101010011111100010101000110110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,154); }

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

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

 a { background-color: rgb(33,78,154); }

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

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

 span { border-color: rgb(33,78,154); }

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