Html Css Color HEX #247697 Lochmara

📋 copy color: '#247697'

red 36 ◦ green 118 ◦ blue 151

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

Shades of Lochmara #247697

Tints of Lochmara #247697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 11.8%
G = 38.69%
B = 49.51%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247697 (or 0x247697) is known color: Lochmara. HEX triplet: 24, 76 and 97. RGB value is (36,118,151). Sum of RGB (Red+Green+Blue) = 36+118+151=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #247697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247697 is #DB8968. Grayscale: #616161. Windows color (decimal): -14387561 or 9926180. OLE color: 9926180.

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

Color convert

RGB 36 118 151 -
CMYK 0.76 0.22 0 0.41
HSL 197.22º 0.61% 0.37% -
HSV(B) 197.22º 0.76% 0.59% -
XYZ 12.79 15.57 31.61 -
YUV 97.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 36 118 151 0.76 0.22 0 0.41 197.22 0.61 0.37
Hex 24 76 97 4C 16 0 29 C5 3D 25
Octal 44 166 227 114 26 0 51 305 75 45
Binary 100100 1110110 10010111 1001100 10110 0 101001 11000101 111101 100101

Color Harmonies of #247697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247697

Black with #247697

Text Example


Text Example

White with #247697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247697; }

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

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

background-color css

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

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

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

border-color css

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

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

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