#246AAE

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

Shades of Lochmara #246AAE

Tints of Lochmara #246AAE

Color information

#246AAE (or 0x246AAE) is unknown color: approx Lochmara. HEX triplet: 24, 6A and AE. RGB value is (36,106,174). Sum of RGB (Red+Green+Blue) = 36+106+174=316 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.39% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #246AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAE is #DB9551. Grayscale: #5C5C5C. Windows color (decimal): -14390610 or 11430436. OLE color: 11430436.

HSL color Cylindrical-coordinate representation of color #246AAE: hue angle of 209.57º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #246AAE is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB36106174-
CMYK0.790.3900.32
HSL209.57º65.71%41.18%-
HSV(B)209.57º79.31%68.24%-
XYZ13.5213.7441.98-
YUV92.82173.8187.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.39%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=11.39%
G=33.54%
B=55.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361061740.790.3900.32209.5765.7141.18
Hex246AAE4F27020d24229
Octal441522561174704032210251
Binary10010011010101010111010011111001110100000110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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