#246EAF

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

Shades of Lochmara #246EAF

Tints of Lochmara #246EAF

Color information

#246EAF (or 0x246EAF) is unknown color: approx Lochmara. HEX triplet: 24, 6E and AF. RGB value is (36,110,175). Sum of RGB (Red+Green+Blue) = 36+110+175=321 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.21% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 175 (68.75% from 255 or 54.52% from 321); Max value from RGB is 175 - color contains mainly: blue. Hex color #246EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246EAF is #DB9150. Grayscale: #5E5E5E. Windows color (decimal): -14389585 or 11496996. OLE color: 11496996.

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

Color convert

RGB36110175-
CMYK0.790.3700.31
HSL208.06º65.88%41.37%-
HSV(B)208.06º79.43%68.63%-
XYZ14.0414.6242.64-
YUV95.28172.9885.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.21%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 175 (68.75% from 255) = 54.52%
R=11.21%
G=34.27%
B=54.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal361101750.790.3700.31208.0665.8841.37
Hex246EAF4F2501Fd04229
Octal441562571174503732010251
Binary1001001101110101011111001111100101011111110100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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