#215096

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

Shades of Endeavour #215096

Tints of Endeavour #215096

Color information

#215096 (or 0x215096) is unknown color: approx Endeavour. HEX triplet: 21, 50 and 96. RGB value is (33,80,150). Sum of RGB (Red+Green+Blue) = 33+80+150=263 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.55% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #215096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215096 is #DEAF69. Grayscale: #494949. Windows color (decimal): -14593898 or 9850913. OLE color: 9850913.

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

Color convert

RGB3380150-
CMYK0.780.4700.41
HSL215.9º63.93%35.88%-
HSV(B)215.9º78%58.82%-
XYZ98.2629.97-
YUV73.93170.9398.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.55%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 150 (58.98% from 255) = 57.03%
R=12.55%
G=30.42%
B=57.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33801500.780.4700.41215.963.9335.88
Hex2150964E2F029d84024
Octal411202261165705133010044
Binary10000110100001001011010011101011110101001110110001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215096; }

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

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

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

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

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

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

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

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