#216299

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

Shades of Endeavour #216299

Tints of Endeavour #216299

Color information

#216299 (or 0x216299) is unknown color: approx Endeavour. HEX triplet: 21, 62 and 99. RGB value is (33,98,153). Sum of RGB (Red+Green+Blue) = 33+98+153=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #216299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216299 is #DE9D66. Grayscale: #545454. Windows color (decimal): -14589287 or 10052129. OLE color: 10052129.

HSL color Cylindrical-coordinate representation of color #216299: hue angle of 207.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216299 is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3398153-
CMYK0.780.3600.4
HSL207.5º64.52%36.47%-
HSV(B)207.5º78.43%60%-
XYZ10.7411.3631.76-
YUV84.84166.4791.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=11.62%
G=34.51%
B=53.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal33981530.780.3600.4207.564.5236.47
Hex2162994E24028d04124
Octal411422311164405032010144
Binary10000111000101001100110011101001000101000110100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216299; }

 p { color: rgb(33,98,153); }

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

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

 a { background-color: rgb(33,98,153); }

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

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

 span { border-color: rgb(33,98,153); }

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