Html Css Color HEX #247499 Lochmara

📋 copy color: '#247499'

red 36 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #247499

Tints of Lochmara #247499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 11.8%
G = 38.03%
B = 50.16%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247499 (or 0x247499) is known color: Lochmara. HEX triplet: 24, 74 and 99. RGB value is (36,116,153). Sum of RGB (Red+Green+Blue) = 36+116+153=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #247499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247499 is #DB8B66. Grayscale: #606060. Windows color (decimal): -14388071 or 10056740. OLE color: 10056740.

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

Color convert

RGB 36 116 153 -
CMYK 0.76 0.24 0 0.4
HSL 198.97º 0.62% 0.37% -
HSV(B) 198.97º 0.76% 0.6% -
XYZ 12.72 15.17 32.39 -
YUV 96.3 160 84.99 -
System Red Green Blue C M Y K H S L
Decimal 36 116 153 0.76 0.24 0 0.4 198.97 0.62 0.37
Hex 24 74 99 4C 18 0 28 C7 3E 25
Octal 44 164 231 114 30 0 50 307 76 45
Binary 100100 1110100 10011001 1001100 11000 0 101000 11000111 111110 100101

Color Harmonies of #247499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247499

Black with #247499

Text Example


Text Example

White with #247499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247499; }

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

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

background-color css

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

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

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

border-color css

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

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

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