#246DAC

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

Shades of Lochmara #246DAC

Tints of Lochmara #246DAC

Color information

#246DAC (or 0x246DAC) is unknown color: approx Lochmara. HEX triplet: 24, 6D and AC. RGB value is (36,109,172). Sum of RGB (Red+Green+Blue) = 36+109+172=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #246DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246DAC is #DB9253. Grayscale: #5E5E5E. Windows color (decimal): -14389844 or 11300132. OLE color: 11300132.

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

Color convert

RGB36109172-
CMYK0.790.3700.33
HSL207.79º65.38%40.78%-
HSV(B)207.79º79.07%67.45%-
XYZ13.6414.2941.07-
YUV94.36171.8286.38-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 109 (42.97% from 255) = 34.38%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=11.36%
G=34.38%
B=54.26%

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
Decimal361091720.790.3700.33207.7965.3840.78
Hex246DAC4F25021d04129
Octal441552541174504132010151
Binary10010011011011010110010011111001010100001110100001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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