Html Css Color HEX #247997 Lochmara

📋 copy color: '#247997'

red 36 ◦ green 121 ◦ blue 151

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

Shades of Lochmara #247997

Tints of Lochmara #247997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 11.69%
G = 39.29%
B = 49.03%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247997 (or 0x247997) is known color: Lochmara. HEX triplet: 24, 79 and 97. RGB value is (36,121,151). Sum of RGB (Red+Green+Blue) = 36+121+151=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #247997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247997 is #DB8668. Grayscale: #626262. Windows color (decimal): -14386793 or 9926948. OLE color: 9926948.

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

Color convert

RGB 36 121 151 -
CMYK 0.76 0.20 0 0.41
HSL 195.65º 0.61% 0.37% -
HSV(B) 195.65º 0.76% 0.59% -
XYZ 13.15 16.28 31.73 -
YUV 99.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 36 121 151 0.76 0.20 0 0.41 195.65 0.61 0.37
Hex 24 79 97 4C 14 0 29 C4 3D 25
Octal 44 171 227 114 24 0 51 304 75 45
Binary 100100 1111001 10010111 1001100 10100 0 101001 11000100 111101 100101

Color Harmonies of #247997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247997

Black with #247997

Text Example


Text Example

White with #247997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247997; }

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

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

background-color css

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

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

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

border-color css

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

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

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