#214E98

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

Shades of Endeavour #214E98

Tints of Endeavour #214E98

Color information

#214E98 (or 0x214E98) is unknown color: approx Endeavour. HEX triplet: 21, 4E and 98. RGB value is (33,78,152). Sum of RGB (Red+Green+Blue) = 33+78+152=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #214E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E98 is #DEB167. Grayscale: #484848. Windows color (decimal): -14594408 or 9981473. OLE color: 9981473.

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

Color convert

RGB3378152-
CMYK0.780.4900.40
HSL217.31º64.32%36.27%-
HSV(B)217.31º78.29%59.61%-
XYZ9.028.0430.78-
YUV72.98172.5999.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=12.55%
G=29.66%
B=57.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33781520.780.4900.40217.3164.3236.27
Hex214E984E31028d94024
Octal411162301166105033110044
Binary10000110011101001100010011101100010101000110110011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,152); }

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

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

 a { background-color: rgb(33,78,152); }

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

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

 span { border-color: rgb(33,78,152); }

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