#297396

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

Shades of Lochmara #297396

Tints of Lochmara #297396

Color information

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

RGB41115150-
CMYK0.730.2300.41
HSL199.27º57.07%37.45%-
HSV(B)199.27º72.67%58.82%-
XYZ12.5514.9331.08-
YUV96.86157.9888.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.40%
GREEN value IS 115 (45.31% from 255) = 37.58%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=13.40%
G=37.58%
B=49.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411151500.730.2300.41199.2757.0737.45
Hex2973964917029c73925
Octal51163226111270513077145
Binary101001111001110010110100100110111010100111000111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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