#21539B

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

Shades of Endeavour #21539B

Tints of Endeavour #21539B

Color information

#21539B (or 0x21539B) is unknown color: approx Endeavour. HEX triplet: 21, 53 and 9B. RGB value is (33,83,155). Sum of RGB (Red+Green+Blue) = 33+83+155=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #21539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21539B is #DEAC64. Grayscale: #4B4B4B. Windows color (decimal): -14593125 or 10179361. OLE color: 10179361.

HSL color Cylindrical-coordinate representation of color #21539B: hue angle of 215.41º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21539B is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3383155-
CMYK0.790.4600.39
HSL215.41º64.89%36.86%-
HSV(B)215.41º78.71%60.78%-
XYZ9.648.8832.22-
YUV76.26172.4497.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.18%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 155 (60.94% from 255) = 57.20%
R=12.18%
G=30.63%
B=57.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33831550.790.4600.39215.4164.8936.86
Hex21539B4F2E027d74125
Octal411232331175604732710145
Binary10000110100111001101110011111011100100111110101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21539B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21539B; }

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

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

<style>
 a { background-color: #21539B; }

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

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

<style>
 span { border-color: #21539B; }

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

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