#21538F

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

Shades of Endeavour #21538F

Tints of Endeavour #21538F

Color information

#21538F (or 0x21538F) is unknown color: approx Endeavour. HEX triplet: 21, 53 and 8F. RGB value is (33,83,143). Sum of RGB (Red+Green+Blue) = 33+83+143=259 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.74% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 143 (56.25% from 255 or 55.21% from 259); Max value from RGB is 143 - color contains mainly: blue. Hex color #21538F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21538F is #DEAC70. Grayscale: #4A4A4A. Windows color (decimal): -14593137 or 9392929. OLE color: 9392929.

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

Color convert

RGB3383143-
CMYK0.770.4200.44
HSL212.73º62.5%34.51%-
HSV(B)212.73º76.92%56.08%-
XYZ8.688.4927.17-
YUV74.89166.4498.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.74%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 143 (56.25% from 255) = 55.21%
R=12.74%
G=32.05%
B=55.21%

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
Decimal33831430.770.4200.44212.7362.534.51
Hex21538F4D2A02Cd53e23
Octal41123217115520543257643
Binary1000011010011100011111001101101010010110011010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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