Html Css Color HEX #247597 Lochmara

📋 copy color: '#247597'

red 36 ◦ green 117 ◦ blue 151

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

Shades of Lochmara #247597

Tints of Lochmara #247597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

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

R = 11.84%
G = 38.49%
B = 49.67%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#247597 (or 0x247597) is known color: Lochmara. HEX triplet: 24, 75 and 97. RGB value is (36,117,151). Sum of RGB (Red+Green+Blue) = 36+117+151=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 151 (59.38% from 255 or 49.67% from 304); Max value from RGB is 151 - color contains mainly: blue. Hex color #247597 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247597 is #DB8A68. Grayscale: #606060. Windows color (decimal): -14387817 or 9925924. OLE color: 9925924.

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

Color convert

RGB 36 117 151 -
CMYK 0.76 0.23 0 0.41
HSL 197.74º 0.61% 0.37% -
HSV(B) 197.74º 0.76% 0.59% -
XYZ 12.67 15.33 31.57 -
YUV 96.66 158.66 84.74 -
System Red Green Blue C M Y K H S L
Decimal 36 117 151 0.76 0.23 0 0.41 197.74 0.61 0.37
Hex 24 75 97 4C 17 0 29 C6 3D 25
Octal 44 165 227 114 27 0 51 306 75 45
Binary 100100 1110101 10010111 1001100 10111 0 101001 11000110 111101 100101

Color Harmonies of #247597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247597

Black with #247597

Text Example


Text Example

White with #247597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247597; }

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

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

background-color css

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

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

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

border-color css

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

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

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