#21598E

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

Shades of Endeavour #21598E

Tints of Endeavour #21598E

Color information

#21598E (or 0x21598E) is unknown color: approx Endeavour. HEX triplet: 21, 59 and 8E. RGB value is (33,89,142). Sum of RGB (Red+Green+Blue) = 33+89+142=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #21598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21598E is #DEA671. Grayscale: #4E4E4E. Windows color (decimal): -14591602 or 9328929. OLE color: 9328929.

HSL color Cylindrical-coordinate representation of color #21598E: hue angle of 209.17º 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 #21598E is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3389142-
CMYK0.770.3700.44
HSL209.17º62.29%34.31%-
HSV(B)209.17º76.76%55.69%-
XYZ9.089.4226.93-
YUV78.3163.9595.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 142 (55.86% from 255) = 53.79%
R=12.5%
G=33.71%
B=53.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33891420.770.3700.44209.1762.2934.31
Hex21598E4D2502Cd13e22
Octal41131216115450543217642
Binary1000011011001100011101001101100101010110011010001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21598E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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