#214898

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

Shades of Endeavour #214898

Tints of Endeavour #214898

Color information

#214898 (or 0x214898) is unknown color: approx Endeavour. HEX triplet: 21, 48 and 98. RGB value is (33,72,152). Sum of RGB (Red+Green+Blue) = 33+72+152=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #214898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214898 is #DEB767. Grayscale: #454545. Windows color (decimal): -14595944 or 9979937. OLE color: 9979937.

HSL color Cylindrical-coordinate representation of color #214898: hue angle of 220.34º 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 #214898 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3372152-
CMYK0.780.5300.40
HSL220.34º64.32%36.27%-
HSV(B)220.34º78.29%59.61%-
XYZ8.617.2330.65-
YUV69.46174.58102-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=12.84%
G=28.02%
B=59.14%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33721520.780.5300.40220.3464.3236.27
Hex2148984E35028dc4024
Octal411102301166505033410044
Binary10000110010001001100010011101101010101000110111001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214898; }

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

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

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

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

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

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

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

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