Html Css Color HEX #247097 Lochmara

📋 copy color: '#247097'

red 36 ◦ green 112 ◦ blue 151

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

Shades of Lochmara #247097

Tints of Lochmara #247097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 12.04%
G = 37.46%
B = 50.5%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247097 (or 0x247097) is known color: Lochmara. HEX triplet: 24, 70 and 97. RGB value is (36,112,151). Sum of RGB (Red+Green+Blue) = 36+112+151=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #247097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247097 is #DB8F68. Grayscale: #5D5D5D. Windows color (decimal): -14389097 or 9924644. OLE color: 9924644.

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

Color convert

RGB 36 112 151 -
CMYK 0.76 0.26 0 0.41
HSL 200.35º 0.61% 0.37% -
HSV(B) 200.35º 0.76% 0.59% -
XYZ 12.11 14.2 31.38 -
YUV 93.72 160.32 86.83 -
System Red Green Blue C M Y K H S L
Decimal 36 112 151 0.76 0.26 0 0.41 200.35 0.61 0.37
Hex 24 70 97 4C 1A 0 29 C8 3D 25
Octal 44 160 227 114 32 0 51 310 75 45
Binary 100100 1110000 10010111 1001100 11010 0 101001 11001000 111101 100101

Color Harmonies of #247097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247097

Black with #247097

Text Example


Text Example

White with #247097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247097; }

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

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

background-color css

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

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

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

border-color css

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

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

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