Html Css Color HEX #247196 Lochmara

📋 copy color: '#247196'

red 36 ◦ green 113 ◦ blue 150

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

Shades of Lochmara #247196

Tints of Lochmara #247196

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 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

#247196 (or 0x247196) is known color: 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

RGB 36 113 150 -
CMYK 0.76 0.25 0 0.41
HSL 199.47º 0.61% 0.36% -
HSV(B) 199.47º 0.76% 0.59% -
XYZ 12.14 14.39 30.99 -
YUV 94.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 36 113 150 0.76 0.25 0 0.41 199.47 0.61 0.36
Hex 24 71 96 4C 19 0 29 C7 3D 24
Octal 44 161 226 114 31 0 51 307 75 44
Binary 100100 1110001 10010110 1001100 11001 0 101001 11000111 111101 100100

Color Harmonies of #247196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247196

Black with #247196

Text Example


Text Example

White with #247196

Text Example


Text Example

HTML Codes & Css Web 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>