#21528A

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

Shades of Endeavour #21528A

Tints of Endeavour #21528A

Color information

#21528A (or 0x21528A) is unknown color: approx Endeavour. HEX triplet: 21, 52 and 8A. RGB value is (33,82,138). Sum of RGB (Red+Green+Blue) = 33+82+138=253 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.04% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #21528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21528A is #DEAD75. Grayscale: #494949. Windows color (decimal): -14593398 or 9064993. OLE color: 9064993.

HSL color Cylindrical-coordinate representation of color #21528A: hue angle of 212º 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 #21528A is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3382138-
CMYK0.760.4100.46
HSL212º61.4%33.53%-
HSV(B)212º76.09%54.12%-
XYZ8.238.1925.19-
YUV73.73164.2798.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.04%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=13.04%
G=32.41%
B=54.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33821380.760.4100.4621261.433.53
Hex21528A4C2902Ed43d22
Octal41122212114510563247542
Binary1000011010010100010101001100101001010111011010100111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21528A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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