Html Css Color HEX #297197 Lochmara

📋 copy color: '#297197'

red 41 ◦ green 113 ◦ blue 151

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

Shades of Lochmara #297197

Tints of Lochmara #297197

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.05%

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

R = 13.44%
G = 37.05%
B = 49.51%

CMYK

 C value IS 0.73

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#297197 (or 0x297197) is known color: Lochmara. HEX triplet: 29, 71 and 97. RGB value is (41,113,151). Sum of RGB (Red+Green+Blue) = 41+113+151=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 151 (59.38% from 255 or 49.51% from 305); Max value from RGB is 151 - color contains mainly: blue. Hex color #297197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297197 is #D68E68. Grayscale: #5F5F5F. Windows color (decimal): -14061161 or 9924905. OLE color: 9924905.

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

Color convert

RGB 41 113 151 -
CMYK 0.73 0.25 0 0.41
HSL 200.73º 0.57% 0.38% -
HSV(B) 200.73º 0.73% 0.59% -
XYZ 12.41 14.52 31.43 -
YUV 95.8 159.15 88.91 -
System Red Green Blue C M Y K H S L
Decimal 41 113 151 0.73 0.25 0 0.41 200.73 0.57 0.38
Hex 29 71 97 49 19 0 29 C9 39 26
Octal 51 161 227 111 31 0 51 311 71 46
Binary 101001 1110001 10010111 1001001 11001 0 101001 11001001 111001 100110

Color Harmonies of #297197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297197

Black with #297197

Text Example


Text Example

White with #297197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297197; }

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

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

background-color css

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

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

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

border-color css

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

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

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