Html Css Color HEX #297499 Lochmara

📋 copy color: '#297499'

red 41 ◦ green 116 ◦ blue 153

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

Shades of Lochmara #297499

Tints of Lochmara #297499

RGB

 RED value IS 41 (16.41% from 255) = 13.23%

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

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

R = 13.23%
G = 37.42%
B = 49.35%

CMYK

 C value IS 0.73

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#297499 (or 0x297499) is known color: Lochmara. HEX triplet: 29, 74 and 99. RGB value is (41,116,153). Sum of RGB (Red+Green+Blue) = 41+116+153=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #297499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297499 is #D68B66. Grayscale: #616161. Windows color (decimal): -14060391 or 10056745. OLE color: 10056745.

HSL color Cylindrical-coordinate representation of color #297499: hue angle of 199.82º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297499 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 41 116 153 -
CMYK 0.73 0.24 0 0.4
HSL 199.82º 0.58% 0.38% -
HSV(B) 199.82º 0.73% 0.6% -
XYZ 12.91 15.26 32.4 -
YUV 97.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 41 116 153 0.73 0.24 0 0.4 199.82 0.58 0.38
Hex 29 74 99 49 18 0 28 C8 3A 26
Octal 51 164 231 111 30 0 50 310 72 46
Binary 101001 1110100 10011001 1001001 11000 0 101000 11001000 111010 100110

Color Harmonies of #297499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297499

Black with #297499

Text Example


Text Example

White with #297499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297499; }

 p { color: rgb(41,116,153); }

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

background-color css

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

 a { background-color: rgb(41,116,153); }

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

border-color css

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

 span { border-color: rgb(41,116,153); }

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