#214890

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

Shades of Endeavour #214890

Tints of Endeavour #214890

Color information

#214890 (or 0x214890) is unknown color: approx Endeavour. HEX triplet: 21, 48 and 90. RGB value is (33,72,144). Sum of RGB (Red+Green+Blue) = 33+72+144=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 72 (28.52% from 255 or 28.92% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #214890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214890 is #DEB76F. Grayscale: #444444. Windows color (decimal): -14595952 or 9455649. OLE color: 9455649.

HSL color Cylindrical-coordinate representation of color #214890: hue angle of 218.92º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214890 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3372144-
CMYK0.770.5000.44
HSL218.92º62.71%34.71%-
HSV(B)218.92º77.08%56.47%-
XYZ7.986.9727.31-
YUV68.55170.58102.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.25%
GREEN value IS 72 (28.52% from 255) = 28.92%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=13.25%
G=28.92%
B=57.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33721440.770.5000.44218.9262.7134.71
Hex2148904D3202Cdb3f23
Octal41110220115620543337743
Binary1000011001000100100001001101110010010110011011011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214890; }

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

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

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

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

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

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

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

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