Html Css Color HEX #297497 Lochmara

📋 copy color: '#297497'

red 41 ◦ green 116 ◦ blue 151

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

Shades of Lochmara #297497

Tints of Lochmara #297497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.03%

R = 13.31%
G = 37.66%
B = 49.03%

CMYK

 C value IS 0.73

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297497 (or 0x297497) is known color: Lochmara. HEX triplet: 29, 74 and 97. RGB value is (41,116,151). Sum of RGB (Red+Green+Blue) = 41+116+151=308 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.31% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #297497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297497 is #D68B68. Grayscale: #616161. Windows color (decimal): -14060393 or 9925673. OLE color: 9925673.

HSL color Cylindrical-coordinate representation of color #297497: hue angle of 199.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297497 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 41 116 151 -
CMYK 0.73 0.23 0 0.41
HSL 199.09º 0.57% 0.38% -
HSV(B) 199.09º 0.73% 0.59% -
XYZ 12.75 15.2 31.54 -
YUV 97.57 158.15 87.65 -
System Red Green Blue C M Y K H S L
Decimal 41 116 151 0.73 0.23 0 0.41 199.09 0.57 0.38
Hex 29 74 97 49 17 0 29 C7 39 26
Octal 51 164 227 111 27 0 51 307 71 46
Binary 101001 1110100 10010111 1001001 10111 0 101001 11000111 111001 100110

Color Harmonies of #297497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297497

Black with #297497

Text Example


Text Example

White with #297497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297497; }

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

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

background-color css

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

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

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

border-color css

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

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

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