#215090

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

Shades of Endeavour #215090

Tints of Endeavour #215090

Color information

#215090 (or 0x215090) is unknown color: approx Endeavour. HEX triplet: 21, 50 and 90. RGB value is (33,80,144). Sum of RGB (Red+Green+Blue) = 33+80+144=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #215090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215090 is #DEAF6F. Grayscale: #484848. Windows color (decimal): -14593904 or 9457697. OLE color: 9457697.

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

Color convert

RGB3380144-
CMYK0.770.4400.44
HSL214.59º62.71%34.71%-
HSV(B)214.59º77.08%56.47%-
XYZ8.538.0727.49-
YUV73.24167.9399.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.84%
GREEN value IS 80 (31.64% from 255) = 31.13%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=12.84%
G=31.13%
B=56.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33801440.770.4400.44214.5962.7134.71
Hex2150904D2C02Cd73f23
Octal41120220115540543277743
Binary1000011010000100100001001101101100010110011010111111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215090; }

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

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

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

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

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

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

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

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