#216095

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

Shades of Endeavour #216095

Tints of Endeavour #216095

Color information

#216095 (or 0x216095) is unknown color: approx Endeavour. HEX triplet: 21, 60 and 95. RGB value is (33,96,149). Sum of RGB (Red+Green+Blue) = 33+96+149=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #216095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216095 is #DE9F6A. Grayscale: #525252. Windows color (decimal): -14589803 or 9789473. OLE color: 9789473.

HSL color Cylindrical-coordinate representation of color #216095: hue angle of 207.41º 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 #216095 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3396149-
CMYK0.780.3600.42
HSL207.41º63.74%35.69%-
HSV(B)207.41º77.85%58.43%-
XYZ10.2310.8629.99-
YUV83.2165.1392.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=11.87%
G=34.53%
B=53.60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33961490.780.3600.42207.4163.7435.69
Hex2160954E2402Acf4024
Octal411402251164405231710044
Binary10000111000001001010110011101001000101010110011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216095; }

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

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

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

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

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

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

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

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