#21568A

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

Shades of Endeavour #21568A

Tints of Endeavour #21568A

Color information

#21568A (or 0x21568A) is unknown color: approx Endeavour. HEX triplet: 21, 56 and 8A. RGB value is (33,86,138). Sum of RGB (Red+Green+Blue) = 33+86+138=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #21568A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21568A is #DEA975. Grayscale: #4B4B4B. Windows color (decimal): -14592374 or 9066017. OLE color: 9066017.

HSL color Cylindrical-coordinate representation of color #21568A: hue angle of 209.71º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21568A is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3386138-
CMYK0.760.3800.46
HSL209.71º61.4%33.53%-
HSV(B)209.71º76.09%54.12%-
XYZ8.548.8125.3-
YUV76.08162.9497.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=12.84%
G=33.46%
B=53.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33861380.760.3800.46209.7161.433.53
Hex21568A4C2602Ed23d22
Octal41126212114460563227542
Binary1000011010110100010101001100100110010111011010010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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