#246CA9

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

Shades of Lochmara #246CA9

Tints of Lochmara #246CA9

Color information

#246CA9 (or 0x246CA9) is unknown color: approx Lochmara. HEX triplet: 24, 6C and A9. RGB value is (36,108,169). Sum of RGB (Red+Green+Blue) = 36+108+169=313 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.50% from 313); Green value is 108 (42.58% from 255 or 34.50% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #246CA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CA9 is #DB9356. Grayscale: #5D5D5D. Windows color (decimal): -14390103 or 11103268. OLE color: 11103268.

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

Color convert

RGB36108169-
CMYK0.790.3600.34
HSL207.52º64.88%40.2%-
HSV(B)207.52º78.7%66.27%-
XYZ13.2513.9639.53-
YUV93.43170.6587.04-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.50%
GREEN value IS 108 (42.58% from 255) = 34.50%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=11.50%
G=34.50%
B=53.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361081690.790.3600.34207.5264.8840.2
Hex246CA94F24022d04128
Octal441542511174404232010150
Binary10010011011001010100110011111001000100010110100001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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