Html Css Color HEX #247799 Lochmara

📋 copy color: '#247799'

red 36 ◦ green 119 ◦ blue 153

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

Shades of Lochmara #247799

Tints of Lochmara #247799

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.64%

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

R = 11.69%
G = 38.64%
B = 49.68%

CMYK

 C value IS 0.76

 M value IS 0.22

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247799 (or 0x247799) is known color: Lochmara. HEX triplet: 24, 77 and 99. RGB value is (36,119,153). Sum of RGB (Red+Green+Blue) = 36+119+153=308 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.69% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #247799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247799 is #DB8866. Grayscale: #616161. Windows color (decimal): -14387303 or 10057508. OLE color: 10057508.

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

Color convert

RGB 36 119 153 -
CMYK 0.76 0.22 0 0.4
HSL 197.44º 0.62% 0.37% -
HSV(B) 197.44º 0.76% 0.6% -
XYZ 13.07 15.87 32.51 -
YUV 98.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 36 119 153 0.76 0.22 0 0.4 197.44 0.62 0.37
Hex 24 77 99 4C 16 0 28 C5 3E 25
Octal 44 167 231 114 26 0 50 305 76 45
Binary 100100 1110111 10011001 1001100 10110 0 101000 11000101 111110 100101

Color Harmonies of #247799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247799

Black with #247799

Text Example


Text Example

White with #247799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247799; }

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

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

background-color css

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

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

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

border-color css

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

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

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