#216195

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

Shades of Endeavour #216195

Tints of Endeavour #216195

Color information

#216195 (or 0x216195) is unknown color: approx Endeavour. HEX triplet: 21, 61 and 95. RGB value is (33,97,149). Sum of RGB (Red+Green+Blue) = 33+97+149=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #216195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216195 is #DE9E6A. Grayscale: #535353. Windows color (decimal): -14589547 or 9789729. OLE color: 9789729.

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

Color convert

RGB3397149-
CMYK0.780.3500.42
HSL206.9º63.74%35.69%-
HSV(B)206.9º77.85%58.43%-
XYZ10.3311.0430.02-
YUV83.79164.891.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 97 (38.28% from 255) = 34.77%
BLUE value IS 149 (58.59% from 255) = 53.41%
R=11.83%
G=34.77%
B=53.41%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33971490.780.3500.42206.963.7435.69
Hex2161954E2302Acf4024
Octal411412251164305231710044
Binary10000111000011001010110011101000110101010110011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216195; }

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

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

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

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

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

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

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

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