#246299

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

Shades of Endeavour #246299

Tints of Endeavour #246299

Color information

#246299 (or 0x246299) is unknown color: approx Endeavour. HEX triplet: 24, 62 and 99. RGB value is (36,98,153). Sum of RGB (Red+Green+Blue) = 36+98+153=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #246299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246299 is #DB9D66. Grayscale: #555555. Windows color (decimal): -14392679 or 10052132. OLE color: 10052132.

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

Color convert

RGB3698153-
CMYK0.760.3600.4
HSL208.21º61.9%37.06%-
HSV(B)208.21º76.47%60%-
XYZ10.8511.4131.77-
YUV85.73165.9692.53-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.54%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=12.54%
G=34.15%
B=53.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36981530.760.3600.4208.2161.937.06
Hex2462994C24028d03e25
Octal44142231114440503207645
Binary1001001100010100110011001100100100010100011010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246299; }

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

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

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

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

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

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

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

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