#247196

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

Shades of Lochmara #247196

Tints of Lochmara #247196

Color information

#247196 (or 0x247196) is unknown color: approx Lochmara. HEX triplet: 24, 71 and 96. RGB value is (36,113,150). Sum of RGB (Red+Green+Blue) = 36+113+150=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #247196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247196 is #DB8E69. Grayscale: #5D5D5D. Windows color (decimal): -14388842 or 9859364. OLE color: 9859364.

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

Color convert

RGB36113150-
CMYK0.760.2500.41
HSL199.47º61.29%36.47%-
HSV(B)199.47º76%58.82%-
XYZ12.1414.3930.99-
YUV94.2159.4986.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 12.04%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 150 (58.98% from 255) = 50.17%
R=12.04%
G=37.79%
B=50.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal361131500.760.2500.41199.4761.2936.47
Hex2471964C19029c73d24
Octal44161226114310513077544
Binary100100111000110010110100110011001010100111000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247196; }

 p { color: rgb(36,113,150); }

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

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

 a { background-color: rgb(36,113,150); }

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

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

 span { border-color: rgb(36,113,150); }

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