#246AAF

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

Shades of Lochmara #246AAF

Tints of Lochmara #246AAF

Color information

#246AAF (or 0x246AAF) is unknown color: approx Lochmara. HEX triplet: 24, 6A and AF. RGB value is (36,106,175). Sum of RGB (Red+Green+Blue) = 36+106+175=317 (41% of max value = 765). Red value is 36 (14.45% from 255 or 11.36% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #246AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246AAF is #DB9550. Grayscale: #5C5C5C. Windows color (decimal): -14390609 or 11495972. OLE color: 11495972.

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

Color convert

RGB36106175-
CMYK0.790.3900.31
HSL209.78º65.88%41.37%-
HSV(B)209.78º79.43%68.63%-
XYZ13.6213.7842.5-
YUV92.94174.3187.39-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.36%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=11.36%
G=33.44%
B=55.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361061750.790.3900.31209.7865.8841.37
Hex246AAF4F2701Fd24229
Octal441522571174703732210251
Binary1001001101010101011111001111100111011111110100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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