Html Css Color HEX #247495 Lochmara

📋 copy color: '#247495'

red 36 ◦ green 116 ◦ blue 149

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

Shades of Lochmara #247495

Tints of Lochmara #247495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 11.96%
G = 38.54%
B = 49.5%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#247495 (or 0x247495) is known color: Lochmara. HEX triplet: 24, 74 and 95. RGB value is (36,116,149). Sum of RGB (Red+Green+Blue) = 36+116+149=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #247495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247495 is #DB8B6A. Grayscale: #5F5F5F. Windows color (decimal): -14388075 or 9794596. OLE color: 9794596.

HSL color Cylindrical-coordinate representation of color #247495: hue angle of 197.52º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247495 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 116 149 -
CMYK 0.76 0.22 0 0.42
HSL 197.52º 0.61% 0.36% -
HSV(B) 197.52º 0.76% 0.58% -
XYZ 12.4 15.04 30.68 -
YUV 95.84 158 85.32 -
System Red Green Blue C M Y K H S L
Decimal 36 116 149 0.76 0.22 0 0.42 197.52 0.61 0.36
Hex 24 74 95 4C 16 0 2A C6 3D 24
Octal 44 164 225 114 26 0 52 306 75 44
Binary 100100 1110100 10010101 1001100 10110 0 101010 11000110 111101 100100

Color Harmonies of #247495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247495

Black with #247495

Text Example


Text Example

White with #247495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247495; }

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

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

background-color css

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

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

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

border-color css

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

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

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