#247298

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

Shades of Lochmara #247298

Tints of Lochmara #247298

Color information

#247298 (or 0x247298) is unknown color: approx Lochmara. HEX triplet: 24, 72 and 98. RGB value is (36,114,152). Sum of RGB (Red+Green+Blue) = 36+114+152=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #247298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247298 is #DB8D67. Grayscale: #5E5E5E. Windows color (decimal): -14388584 or 9990692. OLE color: 9990692.

HSL color Cylindrical-coordinate representation of color #247298: hue angle of 199.66º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247298 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB36114152-
CMYK0.760.2500.40
HSL199.66º61.7%36.86%-
HSV(B)199.66º76.32%59.61%-
XYZ12.4114.6831.88-
YUV95.01160.1685.91-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 11.92%
GREEN value IS 114 (44.92% from 255) = 37.75%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=11.92%
G=37.75%
B=50.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal361141520.760.2500.40199.6661.736.86
Hex2472984C19028c83e25
Octal44162230114310503107645
Binary100100111001010011000100110011001010100011001000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247298; }

 p { color: rgb(36,114,152); }

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

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

 a { background-color: rgb(36,114,152); }

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

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

 span { border-color: rgb(36,114,152); }

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