#21558A

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

Shades of Endeavour #21558A

Tints of Endeavour #21558A

Color information

#21558A (or 0x21558A) is unknown color: approx Endeavour. HEX triplet: 21, 55 and 8A. RGB value is (33,85,138). Sum of RGB (Red+Green+Blue) = 33+85+138=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #21558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #21558A is #DEAA75. Grayscale: #4B4B4B. Windows color (decimal): -14592630 or 9065761. OLE color: 9065761.

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

Color convert

RGB3385138-
CMYK0.760.3800.46
HSL210.29º61.4%33.53%-
HSV(B)210.29º76.09%54.12%-
XYZ8.468.6625.27-
YUV75.49163.2797.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.89%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=12.89%
G=33.20%
B=53.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33851380.760.3800.46210.2961.433.53
Hex21558A4C2602Ed23d22
Octal41125212114460563227542
Binary1000011010101100010101001100100110010111011010010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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