#214c9b

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

Shades of Endeavour #214C9B

Tints of Endeavour #214C9B

Color information

#214C9B (or 0x214C9B) is unknown color: approx Endeavour. HEX triplet: 21, 4C and 9B. RGB value is (33,76,155). Sum of RGB (Red+Green+Blue) = 33+76+155=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #214C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C9B is #DEB364. Grayscale: #474747. Windows color (decimal): -14594917 or 10177569. OLE color: 10177569.

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

Color convert

RGB3376155-
CMYK0.790.5100.39
HSL218.85º64.89%36.86%-
HSV(B)218.85º78.71%60.78%-
XYZ9.137.8632.05-
YUV72.15174.75100.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 76 (30.08% from 255) = 28.79%
BLUE value IS 155 (60.94% from 255) = 58.71%
R=12.5%
G=28.79%
B=58.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33761550.790.5100.39218.8564.8936.86
Hex214C9B4F33027db4125
Octal411142331176304733310145
Binary10000110011001001101110011111100110100111110110111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,76,155); }

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

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

 a { background-color: rgb(33,76,155); }

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

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

 span { border-color: rgb(33,76,155); }

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