#21559B

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

Shades of Endeavour #21559B

Tints of Endeavour #21559B

Color information

#21559B (or 0x21559B) is unknown color: approx Endeavour. HEX triplet: 21, 55 and 9B. RGB value is (33,85,155). Sum of RGB (Red+Green+Blue) = 33+85+155=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 85 (33.59% from 255 or 31.14% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #21559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21559B is #DEAA64. Grayscale: #4D4D4D. Windows color (decimal): -14592613 or 10179873. OLE color: 10179873.

HSL color Cylindrical-coordinate representation of color #21559B: hue angle of 214.43º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21559B is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3385155-
CMYK0.790.4500.39
HSL214.43º64.89%36.86%-
HSV(B)214.43º78.71%60.78%-
XYZ9.799.1932.27-
YUV77.43171.7796.31-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.09%
GREEN value IS 85 (33.59% from 255) = 31.14%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=12.09%
G=31.14%
B=56.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33851550.790.4500.39214.4364.8936.86
Hex21559B4F2D027d64125
Octal411252331175504732610145
Binary10000110101011001101110011111011010100111110101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21559B; }

 p { color: rgb(33,85,155); }

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

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

 a { background-color: rgb(33,85,155); }

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

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

 span { border-color: rgb(33,85,155); }

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