#246994

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

Shades of Lochmara #246994

Tints of Lochmara #246994

Color information

#246994 (or 0x246994) is unknown color: approx Lochmara. HEX triplet: 24, 69 and 94. RGB value is (36,105,148). Sum of RGB (Red+Green+Blue) = 36+105+148=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #246994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246994 is #DB966B. Grayscale: #595959. Windows color (decimal): -14390892 or 9726244. OLE color: 9726244.

HSL color Cylindrical-coordinate representation of color #246994: hue angle of 203.04º 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 #246994 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB36105148-
CMYK0.760.2900.42
HSL203.04º60.87%36.08%-
HSV(B)203.04º75.68%58.04%-
XYZ11.1212.6229.87-
YUV89.27161.1490-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.46%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 148 (58.20% from 255) = 51.21%
R=12.46%
G=36.33%
B=51.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal361051480.760.2900.42203.0460.8736.08
Hex2469944C1D02Acb3d24
Octal44151224114350523137544
Binary100100110100110010100100110011101010101011001011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #246994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #246994; }

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

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

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

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

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

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

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

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