#216893

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

Shades of Endeavour #216893

Tints of Endeavour #216893

Color information

#216893 (or 0x216893) is unknown color: approx Endeavour. HEX triplet: 21, 68 and 93. RGB value is (33,104,147). Sum of RGB (Red+Green+Blue) = 33+104+147=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #216893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216893 is #DE976C. Grayscale: #575757. Windows color (decimal): -14587757 or 9660449. OLE color: 9660449.

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

Color convert

RGB33104147-
CMYK0.780.2900.42
HSL202.63º63.33%35.29%-
HSV(B)202.63º77.55%57.65%-
XYZ10.8412.3329.41-
YUV87.67161.4889-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 104 (41.02% from 255) = 36.62%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=11.62%
G=36.62%
B=51.76%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal331041470.780.2900.42202.6363.3335.29
Hex2168934E1D02Acb3f23
Octal41150223116350523137743
Binary100001110100010010011100111011101010101011001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216893; }

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

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

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

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

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

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

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

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