Html Css Color HEX #247399 Lochmara

📋 copy color: '#247399'

red 36 ◦ green 115 ◦ blue 153

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

Shades of Lochmara #247399

Tints of Lochmara #247399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.83%

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

R = 11.84%
G = 37.83%
B = 50.33%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#247399 (or 0x247399) is known color: Lochmara. HEX triplet: 24, 73 and 99. RGB value is (36,115,153). Sum of RGB (Red+Green+Blue) = 36+115+153=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #247399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247399 is #DB8C66. Grayscale: #5F5F5F. Windows color (decimal): -14388327 or 10056484. OLE color: 10056484.

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

Color convert

RGB 36 115 153 -
CMYK 0.76 0.25 0 0.4
HSL 199.49º 0.62% 0.37% -
HSV(B) 199.49º 0.76% 0.6% -
XYZ 12.61 14.94 32.36 -
YUV 95.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 36 115 153 0.76 0.25 0 0.4 199.49 0.62 0.37
Hex 24 73 99 4C 19 0 28 C7 3E 25
Octal 44 163 231 114 31 0 50 307 76 45
Binary 100100 1110011 10011001 1001100 11001 0 101000 11000111 111110 100101

Color Harmonies of #247399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247399

Black with #247399

Text Example


Text Example

White with #247399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247399; }

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

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

background-color css

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

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

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

border-color css

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

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

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