#216690

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

Shades of Endeavour #216690

Tints of Endeavour #216690

Color information

#216690 (or 0x216690) is unknown color: approx Endeavour. HEX triplet: 21, 66 and 90. RGB value is (33,102,144). Sum of RGB (Red+Green+Blue) = 33+102+144=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #216690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216690 is #DE996F. Grayscale: #555555. Windows color (decimal): -14588272 or 9463329. OLE color: 9463329.

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

Color convert

RGB33102144-
CMYK0.770.2900.44
HSL202.7º62.71%34.71%-
HSV(B)202.7º77.08%56.47%-
XYZ10.4111.8428.12-
YUV86.16160.6490.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.83%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=11.83%
G=36.56%
B=51.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331021440.770.2900.44202.762.7134.71
Hex2166904D1D02Ccb3f23
Octal41146220115350543137743
Binary100001110011010010000100110111101010110011001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216690; }

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

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

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

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

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

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

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

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