#246CAC

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

Shades of Lochmara #246CAC

Tints of Lochmara #246CAC

Color information

#246CAC (or 0x246CAC) is unknown color: approx Lochmara. HEX triplet: 24, 6C and AC. RGB value is (36,108,172). Sum of RGB (Red+Green+Blue) = 36+108+172=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #246CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246CAC is #DB9353. Grayscale: #5D5D5D. Windows color (decimal): -14390100 or 11299876. OLE color: 11299876.

HSL color Cylindrical-coordinate representation of color #246CAC: hue angle of 208.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246CAC is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB36108172-
CMYK0.790.3700.33
HSL208.24º65.38%40.78%-
HSV(B)208.24º79.07%67.45%-
XYZ13.5414.0841.03-
YUV93.77172.1586.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 172 (67.58% from 255) = 54.43%
R=11.39%
G=34.18%
B=54.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal361081720.790.3700.33208.2465.3840.78
Hex246CAC4F25021d04129
Octal441542541174504132010151
Binary10010011011001010110010011111001010100001110100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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