#216793

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

Shades of Endeavour #216793

Tints of Endeavour #216793

Color information

#216793 (or 0x216793) is unknown color: approx Endeavour. HEX triplet: 21, 67 and 93. RGB value is (33,103,147). Sum of RGB (Red+Green+Blue) = 33+103+147=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #216793 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216793 is #DE986C. Grayscale: #565656. Windows color (decimal): -14588013 or 9660193. OLE color: 9660193.

HSL color Cylindrical-coordinate representation of color #216793: hue angle of 203.16º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216793 is Cyan = 0.78, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB33103147-
CMYK0.780.3000.42
HSL203.16º63.33%35.29%-
HSV(B)203.16º77.55%57.65%-
XYZ10.7412.1329.38-
YUV87.09161.8189.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=11.66%
G=36.40%
B=51.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331031470.780.3000.42203.1663.3335.29
Hex2167934E1E02Acb3f23
Octal41147223116360523137743
Binary100001110011110010011100111011110010101011001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216793; }

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

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

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

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

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

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

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

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