Html Css Color HEX #297396 Lochmara

📋 copy color: '#297396'

red 41 ◦ green 115 ◦ blue 150

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

Shades of Lochmara #297396

Tints of Lochmara #297396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.02%

R = 13.4%
G = 37.58%
B = 49.02%

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

#297396 (or 0x297396) is known color: Lochmara. HEX triplet: 29, 73 and 96. RGB value is (41,115,150). Sum of RGB (Red+Green+Blue) = 41+115+150=306 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.40% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #297396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297396 is #D68C69. Grayscale: #606060. Windows color (decimal): -14060650 or 9859881. OLE color: 9859881.

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

Color convert

RGB 41 115 150 -
CMYK 0.73 0.23 0 0.41
HSL 199.27º 0.57% 0.37% -
HSV(B) 199.27º 0.73% 0.59% -
XYZ 12.55 14.93 31.08 -
YUV 96.86 157.98 88.15 -
System Red Green Blue C M Y K H S L
Decimal 41 115 150 0.73 0.23 0 0.41 199.27 0.57 0.37
Hex 29 73 96 49 17 0 29 C7 39 25
Octal 51 163 226 111 27 0 51 307 71 45
Binary 101001 1110011 10010110 1001001 10111 0 101001 11000111 111001 100101

Color Harmonies of #297396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297396

Black with #297396

Text Example


Text Example

White with #297396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297396; }

 p { color: rgb(41,115,150); }

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

background-color css

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

 a { background-color: rgb(41,115,150); }

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

border-color css

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

 span { border-color: rgb(41,115,150); }

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