#214D87

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

Shades of Endeavour #214D87

Tints of Endeavour #214D87

Color information

#214D87 (or 0x214D87) is unknown color: approx Endeavour. HEX triplet: 21, 4D and 87. RGB value is (33,77,135). Sum of RGB (Red+Green+Blue) = 33+77+135=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #214D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214D87 is #DEB278. Grayscale: #464646. Windows color (decimal): -14594681 or 8867105. OLE color: 8867105.

HSL color Cylindrical-coordinate representation of color #214D87: hue angle of 214.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214D87 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3377135-
CMYK0.760.4300.47
HSL214.12º60.71%32.94%-
HSV(B)214.12º75.56%52.94%-
XYZ7.657.3823.94-
YUV70.46164.42101.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=13.47%
G=31.43%
B=55.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33771350.760.4300.47214.1260.7132.94
Hex214D874C2B02Fd63d21
Octal41115207114530573267541
Binary1000011001101100001111001100101011010111111010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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