#21518E

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

Shades of Endeavour #21518E

Tints of Endeavour #21518E

Color information

#21518E (or 0x21518E) is unknown color: approx Endeavour. HEX triplet: 21, 51 and 8E. RGB value is (33,81,142). Sum of RGB (Red+Green+Blue) = 33+81+142=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #21518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21518E is #DEAE71. Grayscale: #494949. Windows color (decimal): -14593650 or 9326881. OLE color: 9326881.

HSL color Cylindrical-coordinate representation of color #21518E: hue angle of 213.58º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21518E is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3381142-
CMYK0.770.4300.44
HSL213.58º62.29%34.31%-
HSV(B)213.58º76.76%55.69%-
XYZ8.458.1626.72-
YUV73.6166.699.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 81 (32.03% from 255) = 31.64%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=12.89%
G=31.64%
B=55.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33811420.770.4300.44213.5862.2934.31
Hex21518E4D2B02Cd63e22
Octal41121216115530543267642
Binary1000011010001100011101001101101011010110011010110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21518E; }

 p { color: rgb(33,81,142); }

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

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

 a { background-color: rgb(33,81,142); }

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

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

 span { border-color: rgb(33,81,142); }

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