#214891

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

Shades of Endeavour #214891

Tints of Endeavour #214891

Color information

#214891 (or 0x214891) is unknown color: approx Endeavour. HEX triplet: 21, 48 and 91. RGB value is (33,72,145). Sum of RGB (Red+Green+Blue) = 33+72+145=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #214891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214891 is #DEB76E. Grayscale: #444444. Windows color (decimal): -14595951 or 9521185. OLE color: 9521185.

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

Color convert

RGB3372145-
CMYK0.770.5000.43
HSL219.11º62.92%34.9%-
HSV(B)219.11º77.24%56.86%-
XYZ8.06727.72-
YUV68.66171.08102.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.2%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 145 (57.03% from 255) = 58%
R=13.2%
G=28.8%
B=58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33721450.770.5000.43219.1162.9234.9
Hex2148914D3202Bdb3f23
Octal41110221115620533337743
Binary1000011001000100100011001101110010010101111011011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214891; }

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

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

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

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

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

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

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

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