#214B9E

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

Shades of Endeavour #214B9E

Tints of Endeavour #214B9E

Color information

#214B9E (or 0x214B9E) is unknown color: approx Endeavour. HEX triplet: 21, 4B and 9E. RGB value is (33,75,158). Sum of RGB (Red+Green+Blue) = 33+75+158=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #214B9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214B9E is #DEB461. Grayscale: #474747. Windows color (decimal): -14595170 or 10373921. OLE color: 10373921.

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

Color convert

RGB3375158-
CMYK0.790.5300.38
HSL219.84º65.45%37.45%-
HSV(B)219.84º79.11%61.96%-
XYZ9.317.8233.37-
YUV71.9176.59100.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 75 (29.69% from 255) = 28.20%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=12.41%
G=28.20%
B=59.40%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33751580.790.5300.38219.8465.4537.45
Hex214B9E4F35026dc4125
Octal411132361176504633410145
Binary10000110010111001111010011111101010100110110111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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