#215495

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

Shades of Endeavour #215495

Tints of Endeavour #215495

Color information

#215495 (or 0x215495) is unknown color: approx Endeavour. HEX triplet: 21, 54 and 95. RGB value is (33,84,149). Sum of RGB (Red+Green+Blue) = 33+84+149=266 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.41% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #215495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215495 is #DEAB6A. Grayscale: #4B4B4B. Windows color (decimal): -14592875 or 9786401. OLE color: 9786401.

HSL color Cylindrical-coordinate representation of color #215495: hue angle of 213.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215495 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3384149-
CMYK0.780.4400.42
HSL213.62º63.74%35.69%-
HSV(B)213.62º77.85%58.43%-
XYZ9.228.8329.65-
YUV76.16169.197.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.41%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=12.41%
G=31.58%
B=56.02%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33841490.780.4400.42213.6263.7435.69
Hex2154954E2C02Ad64024
Octal411242251165405232610044
Binary10000110101001001010110011101011000101010110101101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215495; }

 p { color: rgb(33,84,149); }

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

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

 a { background-color: rgb(33,84,149); }

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

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

 span { border-color: rgb(33,84,149); }

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