#297196

Color #297196 Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #297196

Tints of Lochmara #297196

Color information

#297196 (or 0x297196) is unknown color: approx 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

RGB41113150-
CMYK0.730.2500.41
HSL200.37º57.07%37.45%-
HSV(B)200.37º72.67%58.82%-
XYZ12.3214.4831-
YUV95.69158.6588.99-

RGB Variations

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

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 (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411131500.730.2500.41200.3757.0737.45
Hex2971964919029c83925
Octal51161226111310513107145
Binary101001111000110010110100100111001010100111001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>