#214C95

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

Shades of Endeavour #214C95

Tints of Endeavour #214C95

Color information

#214C95 (or 0x214C95) is unknown color: approx Endeavour. HEX triplet: 21, 4C and 95. RGB value is (33,76,149). Sum of RGB (Red+Green+Blue) = 33+76+149=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #214C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C95 is #DEB36A. Grayscale: #474747. Windows color (decimal): -14594923 or 9784353. OLE color: 9784353.

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

Color convert

RGB3376149-
CMYK0.780.4900.42
HSL217.76º63.74%35.69%-
HSV(B)217.76º77.85%58.43%-
XYZ8.647.6629.46-
YUV71.46171.75100.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 76 (30.08% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=12.79%
G=29.46%
B=57.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33761490.780.4900.42217.7663.7435.69
Hex214C954E3102Ada4024
Octal411142251166105233210044
Binary10000110011001001010110011101100010101010110110101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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