Html Css Color HEX #247096 Lochmara

📋 copy color: '#247096'

red 36 ◦ green 112 ◦ blue 150

#247096
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #247096

Tints of Lochmara #247096

RGB

 RED value IS 36 (14.45% from 255) = 12.08%

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 12.08%
G = 37.58%
B = 50.34%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247096 (or 0x247096) is known color: Lochmara. HEX triplet: 24, 70 and 96. RGB value is (36,112,150). Sum of RGB (Red+Green+Blue) = 36+112+150=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #247096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247096 is #DB8F69. Grayscale: #5D5D5D. Windows color (decimal): -14389098 or 9859108. OLE color: 9859108.

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

Color convert

RGB 36 112 150 -
CMYK 0.76 0.25 0 0.41
HSL 200º 0.61% 0.36% -
HSV(B) 200º 0.76% 0.59% -
XYZ 12.03 14.17 30.95 -
YUV 93.61 159.82 86.91 -
System Red Green Blue C M Y K H S L
Decimal 36 112 150 0.76 0.25 0 0.41 200 0.61 0.36
Hex 24 70 96 4C 19 0 29 C8 3D 24
Octal 44 160 226 114 31 0 51 310 75 44
Binary 100100 1110000 10010110 1001100 11001 0 101001 11001000 111101 100100

Color Harmonies of #247096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247096

Black with #247096

Text Example


Text Example

White with #247096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247096; }

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

 H1.HeaderClassName
 {
   color: #247096;
 }
 .AnyTagClassName
 {
   color: #247096;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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