#246BA9

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

Shades of Lochmara #246BA9

Tints of Lochmara #246BA9

Color information

#246BA9 (or 0x246BA9) is unknown color: approx Lochmara. HEX triplet: 24, 6B and A9. RGB value is (36,107,169). Sum of RGB (Red+Green+Blue) = 36+107+169=312 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.54% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #246BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246BA9 is #DB9456. Grayscale: #5C5C5C. Windows color (decimal): -14390359 or 11103012. OLE color: 11103012.

HSL color Cylindrical-coordinate representation of color #246BA9: hue angle of 207.97º 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 #246BA9 is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB36107169-
CMYK0.790.3700.34
HSL207.97º64.88%40.2%-
HSV(B)207.97º78.7%66.27%-
XYZ13.1513.7639.5-
YUV92.84170.9887.46-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.54%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 169 (66.41% from 255) = 54.17%
R=11.54%
G=34.29%
B=54.17%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361071690.790.3700.34207.9764.8840.2
Hex246BA94F25022d04128
Octal441532511174504232010150
Binary10010011010111010100110011111001010100010110100001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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