Html Css Color HEX #247199 Lochmara

📋 copy color: '#247199'

red 36 ◦ green 113 ◦ blue 153

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

Shades of Lochmara #247199

Tints of Lochmara #247199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.42%

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 11.92%
G = 37.42%
B = 50.66%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247199 (or 0x247199) is known color: Lochmara. HEX triplet: 24, 71 and 99. RGB value is (36,113,153). Sum of RGB (Red+Green+Blue) = 36+113+153=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #247199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247199 is #DB8E66. Grayscale: #5E5E5E. Windows color (decimal): -14388839 or 10055972. OLE color: 10055972.

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

Color convert

RGB 36 113 153 -
CMYK 0.76 0.26 0 0.4
HSL 200.51º 0.62% 0.37% -
HSV(B) 200.51º 0.76% 0.6% -
XYZ 12.38 14.49 32.28 -
YUV 94.54 160.99 86.25 -
System Red Green Blue C M Y K H S L
Decimal 36 113 153 0.76 0.26 0 0.4 200.51 0.62 0.37
Hex 24 71 99 4C 1A 0 28 C9 3E 25
Octal 44 161 231 114 32 0 50 311 76 45
Binary 100100 1110001 10011001 1001100 11010 0 101000 11001001 111110 100101

Color Harmonies of #247199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247199

Black with #247199

Text Example


Text Example

White with #247199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247199; }

 p { color: rgb(36,113,153); }

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

background-color css

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

 a { background-color: rgb(36,113,153); }

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

border-color css

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

 span { border-color: rgb(36,113,153); }

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