Html Css Color HEX #297196 Lochmara

📋 copy color: '#297196'

red 41 ◦ green 113 ◦ blue 150

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

Shades of Lochmara #297196

Tints of Lochmara #297196

RGB

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

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

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

R = 13.49%
G = 37.17%
B = 49.34%

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

#297196 (or 0x297196) is known color: Lochmara. HEX triplet: 29, 71 and 96. RGB value is (41,113,150). Sum of RGB (Red+Green+Blue) = 41+113+150=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #297196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297196 is #D68E69. Grayscale: #5F5F5F. Windows color (decimal): -14061162 or 9859369. OLE color: 9859369.

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

Color convert

RGB 41 113 150 -
CMYK 0.73 0.25 0 0.41
HSL 200.37º 0.57% 0.37% -
HSV(B) 200.37º 0.73% 0.59% -
XYZ 12.32 14.48 31 -
YUV 95.69 158.65 88.99 -
System Red Green Blue C M Y K H S L
Decimal 41 113 150 0.73 0.25 0 0.41 200.37 0.57 0.37
Hex 29 71 96 49 19 0 29 C8 39 25
Octal 51 161 226 111 31 0 51 310 71 45
Binary 101001 1110001 10010110 1001001 11001 0 101001 11001000 111001 100101

Color Harmonies of #297196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297196

Black with #297196

Text Example


Text Example

White with #297196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297196; }

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

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

background-color css

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

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

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

border-color css

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

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

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