#216590

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

Shades of Endeavour #216590

Tints of Endeavour #216590

Color information

#216590 (or 0x216590) is unknown color: approx Endeavour. HEX triplet: 21, 65 and 90. RGB value is (33,101,144). Sum of RGB (Red+Green+Blue) = 33+101+144=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #216590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216590 is #DE9A6F. Grayscale: #555555. Windows color (decimal): -14588528 or 9463073. OLE color: 9463073.

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

Color convert

RGB33101144-
CMYK0.770.3000.44
HSL203.24º62.71%34.71%-
HSV(B)203.24º77.08%56.47%-
XYZ10.3111.6428.09-
YUV85.57160.9790.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 144 (56.64% from 255) = 51.80%
R=11.87%
G=36.33%
B=51.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal331011440.770.3000.44203.2462.7134.71
Hex2165904D1E02Ccb3f23
Octal41145220115360543137743
Binary100001110010110010000100110111110010110011001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216590; }

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

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

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

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

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

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

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

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