#21508A

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

Shades of Endeavour #21508A

Tints of Endeavour #21508A

Color information

#21508A (or 0x21508A) is unknown color: approx Endeavour. HEX triplet: 21, 50 and 8A. RGB value is (33,80,138). Sum of RGB (Red+Green+Blue) = 33+80+138=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #21508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21508A is #DEAF75. Grayscale: #484848. Windows color (decimal): -14593910 or 9064481. OLE color: 9064481.

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

Color convert

RGB3380138-
CMYK0.760.4200.46
HSL213.14º61.4%33.53%-
HSV(B)213.14º76.09%54.12%-
XYZ8.087.925.14-
YUV72.56164.9399.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 138 (54.30% from 255) = 54.98%
R=13.15%
G=31.87%
B=54.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33801380.760.4200.46213.1461.433.53
Hex21508A4C2A02Ed53d22
Octal41120212114520563257542
Binary1000011010000100010101001100101010010111011010101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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