#246096

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

Shades of Endeavour #246096

Tints of Endeavour #246096

Color information

#246096 (or 0x246096) is unknown color: approx Endeavour. HEX triplet: 24, 60 and 96. RGB value is (36,96,150). Sum of RGB (Red+Green+Blue) = 36+96+150=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #246096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246096 is #DB9F69. Grayscale: #535353. Windows color (decimal): -14393194 or 9855012. OLE color: 9855012.

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

Color convert

RGB3696150-
CMYK0.760.3600.41
HSL208.42º61.29%36.47%-
HSV(B)208.42º76%58.82%-
XYZ10.4210.9430.42-
YUV84.22165.1293.61-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.77%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=12.77%
G=34.04%
B=53.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal36961500.760.3600.41208.4261.2936.47
Hex2460964C24029d03d24
Octal44140226114440513207544
Binary1001001100000100101101001100100100010100111010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246096; }

 p { color: rgb(36,96,150); }

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

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

 a { background-color: rgb(36,96,150); }

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

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

 span { border-color: rgb(36,96,150); }

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