#297AAE

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

Shades of Lochmara #297AAE

Tints of Lochmara #297AAE

Color information

#297AAE (or 0x297AAE) is unknown color: approx Lochmara. HEX triplet: 29, 7A and AE. RGB value is (41,122,174). Sum of RGB (Red+Green+Blue) = 41+122+174=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #297AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297AAE is #D68551. Grayscale: #676767. Windows color (decimal): -14058834 or 11434537. OLE color: 11434537.

HSL color Cylindrical-coordinate representation of color #297AAE: hue angle of 203.46º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297AAE is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB41122174-
CMYK0.760.3000.32
HSL203.46º61.86%42.16%-
HSV(B)203.46º76.44%68.24%-
XYZ15.5117.4542.59-
YUV103.71167.6683.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=12.17%
G=36.20%
B=51.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal411221740.760.3000.32203.4661.8642.16
Hex297AAE4C1E020cb3e2a
Octal51172256114360403137652
Binary101001111101010101110100110011110010000011001011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297AAE; }

 p { color: rgb(41,122,174); }

 H1.HeaderClassName
 {
   color: #297AAE;
 }
 .AnyTagClassName
 {
   color: #297AAE;
 }
</style>
background-color css

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

 a { background-color: rgb(41,122,174); }

 div.DivClassName
 {
   background-color: #297AAE;
 }
 .BgClassName
 {
   background-color: #297AAE;
 }
</style>
border-color css

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

 span { border-color: rgb(41,122,174); }

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