#21568E

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

Shades of Endeavour #21568E

Tints of Endeavour #21568E

Color information

#21568E (or 0x21568E) is unknown color: approx Endeavour. HEX triplet: 21, 56 and 8E. RGB value is (33,86,142). Sum of RGB (Red+Green+Blue) = 33+86+142=261 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.64% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #21568E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21568E is #DEA971. Grayscale: #4C4C4C. Windows color (decimal): -14592370 or 9328161. OLE color: 9328161.

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

Color convert

RGB3386142-
CMYK0.770.3900.44
HSL210.83º62.29%34.31%-
HSV(B)210.83º76.76%55.69%-
XYZ8.848.9326.85-
YUV76.54164.9496.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.64%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 142 (55.86% from 255) = 54.41%
R=12.64%
G=32.95%
B=54.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33861420.770.3900.44210.8362.2934.31
Hex21568E4D2702Cd33e22
Octal41126216115470543237642
Binary1000011010110100011101001101100111010110011010011111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21568E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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