#246399

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

Shades of Endeavour #246399

Tints of Endeavour #246399

Color information

#246399 (or 0x246399) is unknown color: approx Endeavour. HEX triplet: 24, 63 and 99. RGB value is (36,99,153). Sum of RGB (Red+Green+Blue) = 36+99+153=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #246399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246399 is #DB9C66. Grayscale: #565656. Windows color (decimal): -14392423 or 10052388. OLE color: 10052388.

HSL color Cylindrical-coordinate representation of color #246399: hue angle of 207.69º 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 #246399 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3699153-
CMYK0.760.3500.4
HSL207.69º61.9%37.06%-
HSV(B)207.69º76.47%60%-
XYZ10.9411.631.8-
YUV86.32165.6392.11-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 153 (60.16% from 255) = 53.12%
R=12.5%
G=34.38%
B=53.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal36991530.760.3500.4207.6961.937.06
Hex2463994C23028d03e25
Octal44143231114430503207645
Binary1001001100011100110011001100100011010100011010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246399; }

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

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

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

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

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

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

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

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