#21598D

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

Shades of Endeavour #21598D

Tints of Endeavour #21598D

Color information

#21598D (or 0x21598D) is unknown color: approx Endeavour. HEX triplet: 21, 59 and 8D. RGB value is (33,89,141). Sum of RGB (Red+Green+Blue) = 33+89+141=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 141 (55.47% from 255 or 53.61% from 263); Max value from RGB is 141 - color contains mainly: blue. Hex color #21598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21598D is #DEA672. Grayscale: #4D4D4D. Windows color (decimal): -14591603 or 9263393. OLE color: 9263393.

HSL color Cylindrical-coordinate representation of color #21598D: hue angle of 208.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21598D is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3389141-
CMYK0.770.3700.45
HSL208.89º62.07%34.12%-
HSV(B)208.89º76.6%55.29%-
XYZ9.019.3926.54-
YUV78.18163.4595.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 89 (35.16% from 255) = 33.84%
BLUE value IS 141 (55.47% from 255) = 53.61%
R=12.55%
G=33.84%
B=53.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal33891410.770.3700.45208.8962.0734.12
Hex21598D4D2502Dd13e22
Octal41131215115450553217642
Binary1000011011001100011011001101100101010110111010001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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