#246999

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

Shades of Lochmara #246999

Tints of Lochmara #246999

Color information

#246999 (or 0x246999) is unknown color: approx Lochmara. HEX triplet: 24, 69 and 99. RGB value is (36,105,153). Sum of RGB (Red+Green+Blue) = 36+105+153=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 105 (41.41% from 255 or 35.71% from 294); Blue value is 153 (60.16% from 255 or 52.04% from 294); Max value from RGB is 153 - color contains mainly: blue. Hex color #246999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246999 is #DB9666. Grayscale: #595959. Windows color (decimal): -14390887 or 10053924. OLE color: 10053924.

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

Color convert

RGB36105153-
CMYK0.760.3100.4
HSL204.62º61.9%37.06%-
HSV(B)204.62º76.47%60%-
XYZ11.5312.7832-
YUV89.84163.6489.6-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.24%
GREEN value IS 105 (41.41% from 255) = 35.71%
BLUE value IS 153 (60.16% from 255) = 52.04%
R=12.24%
G=35.71%
B=52.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal361051530.760.3100.4204.6261.937.06
Hex2469994C1F028cd3e25
Octal44151231114370503157645
Binary100100110100110011001100110011111010100011001101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246999; }

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

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

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

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

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

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

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

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