Html Css Color HEX #247699 Lochmara

📋 copy color: '#247699'

red 36 ◦ green 118 ◦ blue 153

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

Shades of Lochmara #247699

Tints of Lochmara #247699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.44%

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

R = 11.73%
G = 38.44%
B = 49.84%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247699 (or 0x247699) is known color: Lochmara. HEX triplet: 24, 76 and 99. RGB value is (36,118,153). Sum of RGB (Red+Green+Blue) = 36+118+153=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #247699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247699 is #DB8966. Grayscale: #616161. Windows color (decimal): -14387559 or 10057252. OLE color: 10057252.

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

Color convert

RGB 36 118 153 -
CMYK 0.76 0.23 0 0.4
HSL 197.95º 0.62% 0.37% -
HSV(B) 197.95º 0.76% 0.6% -
XYZ 12.96 15.63 32.47 -
YUV 97.47 159.33 84.15 -
System Red Green Blue C M Y K H S L
Decimal 36 118 153 0.76 0.23 0 0.4 197.95 0.62 0.37
Hex 24 76 99 4C 17 0 28 C6 3E 25
Octal 44 166 231 114 27 0 50 306 76 45
Binary 100100 1110110 10011001 1001100 10111 0 101000 11000110 111110 100101

Color Harmonies of #247699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247699

Black with #247699

Text Example


Text Example

White with #247699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247699; }

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

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

background-color css

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

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

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

border-color css

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

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

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