#246894

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

Shades of Lochmara #246894

Tints of Lochmara #246894

Color information

#246894 (or 0x246894) is unknown color: approx Lochmara. HEX triplet: 24, 68 and 94. RGB value is (36,104,148). Sum of RGB (Red+Green+Blue) = 36+104+148=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 104 (41.02% from 255 or 36.11% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #246894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246894 is #DB976B. Grayscale: #585858. Windows color (decimal): -14391148 or 9725988. OLE color: 9725988.

HSL color Cylindrical-coordinate representation of color #246894: hue angle of 203.57º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246894 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36104148-
CMYK0.760.3000.42
HSL203.57º60.87%36.08%-
HSV(B)203.57º75.68%58.04%-
XYZ11.0212.4129.83-
YUV88.68161.4790.42-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.5%
GREEN value IS 104 (41.02% from 255) = 36.11%
BLUE value IS 148 (58.20% from 255) = 51.39%
R=12.5%
G=36.11%
B=51.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361041480.760.3000.42203.5760.8736.08
Hex2468944C1E02Acc3d24
Octal44150224114360523147544
Binary100100110100010010100100110011110010101011001100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246894; }

 p { color: rgb(36,104,148); }

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

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

 a { background-color: rgb(36,104,148); }

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

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

 span { border-color: rgb(36,104,148); }

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