#246FAF

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

Shades of Lochmara #246FAF

Tints of Lochmara #246FAF

Color information

#246FAF (or 0x246FAF) is unknown color: approx Lochmara. HEX triplet: 24, 6F and AF. RGB value is (36,111,175). Sum of RGB (Red+Green+Blue) = 36+111+175=322 (42% of max value = 765). Red value is 36 (14.45% from 255 or 11.18% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #246FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246FAF is #DB9050. Grayscale: #5F5F5F. Windows color (decimal): -14389329 or 11497252. OLE color: 11497252.

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

Color convert

RGB36111175-
CMYK0.790.3700.31
HSL207.63º65.88%41.37%-
HSV(B)207.63º79.43%68.63%-
XYZ14.1514.8442.68-
YUV95.87172.6585.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.18%
GREEN value IS 111 (43.75% from 255) = 34.47%
BLUE value IS 175 (68.75% from 255) = 54.35%
R=11.18%
G=34.47%
B=54.35%

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
Decimal361111750.790.3700.31207.6365.8841.37
Hex246FAF4F2501Fd04229
Octal441572571174503732010251
Binary1001001101111101011111001111100101011111110100001000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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