#216297

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

Shades of Endeavour #216297

Tints of Endeavour #216297

Color information

#216297 (or 0x216297) is unknown color: approx Endeavour. HEX triplet: 21, 62 and 97. RGB value is (33,98,151). Sum of RGB (Red+Green+Blue) = 33+98+151=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #216297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #216297 is #DE9D68. Grayscale: #545454. Windows color (decimal): -14589289 or 9921057. OLE color: 9921057.

HSL color Cylindrical-coordinate representation of color #216297: hue angle of 206.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #216297 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3398151-
CMYK0.780.3500.41
HSL206.95º64.13%36.08%-
HSV(B)206.95º78.15%59.22%-
XYZ10.5811.2930.9-
YUV84.61165.4791.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 98 (38.67% from 255) = 34.75%
BLUE value IS 151 (59.38% from 255) = 53.55%
R=11.70%
G=34.75%
B=53.55%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33981510.780.3500.41206.9564.1336.08
Hex2162974E23029cf4024
Octal411422271164305131710044
Binary10000111000101001011110011101000110101001110011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216297; }

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

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

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

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

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

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

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

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