#216791

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

Shades of Endeavour #216791

Tints of Endeavour #216791

Color information

#216791 (or 0x216791) is unknown color: approx Endeavour. HEX triplet: 21, 67 and 91. RGB value is (33,103,145). Sum of RGB (Red+Green+Blue) = 33+103+145=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #216791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216791 is #DE986E. Grayscale: #565656. Windows color (decimal): -14588015 or 9529121. OLE color: 9529121.

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

Color convert

RGB33103145-
CMYK0.770.2900.43
HSL202.5º62.92%34.9%-
HSV(B)202.5º77.24%56.86%-
XYZ10.5912.0728.56-
YUV86.86160.8189.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 103 (40.62% from 255) = 36.65%
BLUE value IS 145 (57.03% from 255) = 51.60%
R=11.74%
G=36.65%
B=51.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal331031450.770.2900.43202.562.9234.9
Hex2167914D1D02Bca3f23
Octal41147221115350533127743
Binary100001110011110010001100110111101010101111001010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216791; }

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

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

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

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

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

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

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

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