Html Css Color HEX #247099 Lochmara

📋 copy color: '#247099'

red 36 ◦ green 112 ◦ blue 153

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

Shades of Lochmara #247099

Tints of Lochmara #247099

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.21%

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

R = 11.96%
G = 37.21%
B = 50.83%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247099 (or 0x247099) is known color: Lochmara. HEX triplet: 24, 70 and 99. RGB value is (36,112,153). Sum of RGB (Red+Green+Blue) = 36+112+153=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #247099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247099 is #DB8F66. Grayscale: #5D5D5D. Windows color (decimal): -14389095 or 10055716. OLE color: 10055716.

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

Color convert

RGB 36 112 153 -
CMYK 0.76 0.27 0 0.4
HSL 201.03º 0.62% 0.37% -
HSV(B) 201.03º 0.76% 0.6% -
XYZ 12.27 14.26 32.24 -
YUV 93.95 161.32 86.67 -
System Red Green Blue C M Y K H S L
Decimal 36 112 153 0.76 0.27 0 0.4 201.03 0.62 0.37
Hex 24 70 99 4C 1B 0 28 C9 3E 25
Octal 44 160 231 114 33 0 50 311 76 45
Binary 100100 1110000 10011001 1001100 11011 0 101000 11001001 111110 100101

Color Harmonies of #247099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247099

Black with #247099

Text Example


Text Example

White with #247099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247099; }

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

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

background-color css

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

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

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

border-color css

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

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

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