#215590

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

Shades of Endeavour #215590

Tints of Endeavour #215590

Color information

#215590 (or 0x215590) is unknown color: approx Endeavour. HEX triplet: 21, 55 and 90. RGB value is (33,85,144). Sum of RGB (Red+Green+Blue) = 33+85+144=262 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.60% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #215590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215590 is #DEAA6F. Grayscale: #4B4B4B. Windows color (decimal): -14592624 or 9458977. OLE color: 9458977.

HSL color Cylindrical-coordinate representation of color #215590: hue angle of 211.89º degrees, saturation: 0.63, 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 #215590 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3385144-
CMYK0.770.4100.44
HSL211.89º62.71%34.71%-
HSV(B)211.89º77.08%56.47%-
XYZ8.918.8327.62-
YUV76.18166.2797.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.60%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 144 (56.64% from 255) = 54.96%
R=12.60%
G=32.44%
B=54.96%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33851440.770.4100.44211.8962.7134.71
Hex2155904D2902Cd43f23
Octal41125220115510543247743
Binary1000011010101100100001001101101001010110011010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215590; }

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

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

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

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

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

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

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

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