Html Css Color HEX #247A97 Lochmara

📋 copy color: '#247A97'

red 36 ◦ green 122 ◦ blue 151

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

Shades of Lochmara #247A97

Tints of Lochmara #247A97

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.48%

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

R = 11.65%
G = 39.48%
B = 48.87%

CMYK

 C value IS 0.76

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247A97 (or 0x247A97) is known color: Lochmara. HEX triplet: 24, 7A and 97. RGB value is (36,122,151). Sum of RGB (Red+Green+Blue) = 36+122+151=309 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.65% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 151 (59.38% from 255 or 48.87% from 309); Max value from RGB is 151 - color contains mainly: blue. Hex color #247A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A97 is #DB8568. Grayscale: #636363. Windows color (decimal): -14386537 or 9927204. OLE color: 9927204.

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

Color convert

RGB 36 122 151 -
CMYK 0.76 0.19 0 0.41
HSL 195.13º 0.61% 0.37% -
HSV(B) 195.13º 0.76% 0.59% -
XYZ 13.27 16.53 31.77 -
YUV 99.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 36 122 151 0.76 0.19 0 0.41 195.13 0.61 0.37
Hex 24 7A 97 4C 13 0 29 C3 3D 25
Octal 44 172 227 114 23 0 51 303 75 45
Binary 100100 1111010 10010111 1001100 10011 0 101001 11000011 111101 100101

Color Harmonies of #247A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247A97

Black with #247A97

Text Example


Text Example

White with #247A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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