#297EAB

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

Shades of Lochmara #297EAB

Tints of Lochmara #297EAB

Color information

#297EAB (or 0x297EAB) is unknown color: approx Lochmara. HEX triplet: 29, 7E and AB. RGB value is (41,126,171). Sum of RGB (Red+Green+Blue) = 41+126+171=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 126 (49.61% from 255 or 37.28% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #297EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297EAB is #D68154. Grayscale: #696969. Windows color (decimal): -14057813 or 11238953. OLE color: 11238953.

HSL color Cylindrical-coordinate representation of color #297EAB: hue angle of 200.77º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #297EAB is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41126171-
CMYK0.760.2600.33
HSL200.77º61.32%41.57%-
HSV(B)200.77º76.02%67.06%-
XYZ15.7318.3341.24-
YUV105.71164.8481.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 126 (49.61% from 255) = 37.28%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=12.13%
G=37.28%
B=50.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411261710.760.2600.33200.7761.3241.57
Hex297EAB4C1A021c93d2a
Octal51176253114320413117552
Binary101001111111010101011100110011010010000111001001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,126,171); }

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

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

 a { background-color: rgb(41,126,171); }

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

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

 span { border-color: rgb(41,126,171); }

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