#246AA9

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

Shades of Lochmara #246AA9

Tints of Lochmara #246AA9

Color information

#246AA9 (or 0x246AA9) is unknown color: approx Lochmara. HEX triplet: 24, 6A and A9. RGB value is (36,106,169). Sum of RGB (Red+Green+Blue) = 36+106+169=311 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.58% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #246AA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AA9 is #DB9556. Grayscale: #5B5B5B. Windows color (decimal): -14390615 or 11102756. OLE color: 11102756.

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

Color convert

RGB36106169-
CMYK0.790.3700.34
HSL208.42º64.88%40.2%-
HSV(B)208.42º78.7%66.27%-
XYZ13.0413.5539.46-
YUV92.25171.3187.88-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.58%
GREEN value IS 106 (41.80% from 255) = 34.08%
BLUE value IS 169 (66.41% from 255) = 54.34%
R=11.58%
G=34.08%
B=54.34%

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
Decimal361061690.790.3700.34208.4264.8840.2
Hex246AA94F25022d04128
Octal441522511174504232010150
Binary10010011010101010100110011111001010100010110100001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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