#21528E

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

Shades of Endeavour #21528E

Tints of Endeavour #21528E

Color information

#21528E (or 0x21528E) is unknown color: approx Endeavour. HEX triplet: 21, 52 and 8E. RGB value is (33,82,142). Sum of RGB (Red+Green+Blue) = 33+82+142=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #21528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21528E is #DEAD71. Grayscale: #494949. Windows color (decimal): -14593394 or 9327137. OLE color: 9327137.

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

Color convert

RGB3382142-
CMYK0.770.4200.44
HSL213.03º62.29%34.31%-
HSV(B)213.03º76.76%55.69%-
XYZ8.538.3126.75-
YUV74.19166.2798.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=12.84%
G=31.91%
B=55.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33821420.770.4200.44213.0362.2934.31
Hex21528E4D2A02Cd53e22
Octal41122216115520543257642
Binary1000011010010100011101001101101010010110011010101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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