#246FA9

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

Shades of Lochmara #246FA9

Tints of Lochmara #246FA9

Color information

#246FA9 (or 0x246FA9) is unknown color: approx Lochmara. HEX triplet: 24, 6F and A9. RGB value is (36,111,169). Sum of RGB (Red+Green+Blue) = 36+111+169=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 169 (66.41% from 255 or 53.48% from 316); Max value from RGB is 169 - color contains mainly: blue. Hex color #246FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FA9 is #DB9056. Grayscale: #5E5E5E. Windows color (decimal): -14389335 or 11104036. OLE color: 11104036.

HSL color Cylindrical-coordinate representation of color #246FA9: hue angle of 206.17º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246FA9 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB36111169-
CMYK0.790.3400.34
HSL206.17º64.88%40.2%-
HSV(B)206.17º78.7%66.27%-
XYZ13.5714.6139.64-
YUV95.19169.6585.78-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 169 (66.41% from 255) = 53.48%
R=11.39%
G=35.13%
B=53.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361111690.790.3400.34206.1764.8840.2
Hex246FA94F22022ce4128
Octal441572511174204231610150
Binary10010011011111010100110011111000100100010110011101000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246FA9; }

 p { color: rgb(36,111,169); }

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

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

 a { background-color: rgb(36,111,169); }

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

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

 span { border-color: rgb(36,111,169); }

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