#21528F

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

Shades of Endeavour #21528F

Tints of Endeavour #21528F

Color information

#21528F (or 0x21528F) is unknown color: approx Endeavour. HEX triplet: 21, 52 and 8F. RGB value is (33,82,143). Sum of RGB (Red+Green+Blue) = 33+82+143=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 143 (56.25% from 255 or 55.43% from 258); Max value from RGB is 143 - color contains mainly: blue. Hex color #21528F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21528F is #DEAD70. Grayscale: #4A4A4A. Windows color (decimal): -14593393 or 9392673. OLE color: 9392673.

HSL color Cylindrical-coordinate representation of color #21528F: hue angle of 213.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21528F is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3382143-
CMYK0.770.4300.44
HSL213.27º62.5%34.51%-
HSV(B)213.27º76.92%56.08%-
XYZ8.68.3427.14-
YUV74.3166.7798.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.79%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 143 (56.25% from 255) = 55.43%
R=12.79%
G=31.78%
B=55.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33821430.770.4300.44213.2762.534.51
Hex21528F4D2B02Cd53e23
Octal41122217115530543257643
Binary1000011010010100011111001101101011010110011010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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