#214D95

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

Shades of Endeavour #214D95

Tints of Endeavour #214D95

Color information

#214D95 (or 0x214D95) is unknown color: approx Endeavour. HEX triplet: 21, 4D and 95. RGB value is (33,77,149). Sum of RGB (Red+Green+Blue) = 33+77+149=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #214D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D95 is #DEB26A. Grayscale: #474747. Windows color (decimal): -14594667 or 9784609. OLE color: 9784609.

HSL color Cylindrical-coordinate representation of color #214D95: hue angle of 217.24º 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 #214D95 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3377149-
CMYK0.780.4800.42
HSL217.24º63.74%35.69%-
HSV(B)217.24º77.85%58.43%-
XYZ8.717.829.48-
YUV72.05171.42100.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 149 (58.59% from 255) = 57.53%
R=12.74%
G=29.73%
B=57.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33771490.780.4800.42217.2463.7435.69
Hex214D954E3002Ad94024
Octal411152251166005233110044
Binary10000110011011001010110011101100000101010110110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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