#216191

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

Shades of Endeavour #216191

Tints of Endeavour #216191

Color information

#216191 (or 0x216191) is unknown color: approx Endeavour. HEX triplet: 21, 61 and 91. RGB value is (33,97,145). Sum of RGB (Red+Green+Blue) = 33+97+145=275 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #216191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216191 is #DE9E6E. Grayscale: #535353. Windows color (decimal): -14589551 or 9527585. OLE color: 9527585.

HSL color Cylindrical-coordinate representation of color #216191: hue angle of 205.71º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #216191 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3397145-
CMYK0.770.3300.43
HSL205.71º62.92%34.9%-
HSV(B)205.71º77.24%56.86%-
XYZ10.0110.9228.37-
YUV83.34162.892.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=12%
G=35.27%
B=52.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal33971450.770.3300.43205.7162.9234.9
Hex2161914D2102Bce3f23
Octal41141221115410533167743
Binary1000011100001100100011001101100001010101111001110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216191; }

 p { color: rgb(33,97,145); }

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

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

 a { background-color: rgb(33,97,145); }

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

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

 span { border-color: rgb(33,97,145); }

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