#297A99

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

Shades of Lochmara #297A99

Tints of Lochmara #297A99

Color information

#297A99 (or 0x297A99) is unknown color: approx Lochmara. HEX triplet: 29, 7A and 99. RGB value is (41,122,153). Sum of RGB (Red+Green+Blue) = 41+122+153=316 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.97% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #297A99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297A99 is #D68566. Grayscale: #656565. Windows color (decimal): -14058855 or 10058281. OLE color: 10058281.

HSL color Cylindrical-coordinate representation of color #297A99: hue angle of 196.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #297A99 is Cyan = 0.73, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41122153-
CMYK0.730.2000.4
HSL196.61º57.73%38.04%-
HSV(B)196.61º73.2%60%-
XYZ13.6216.6932.64-
YUV101.32157.1684.98-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.97%
GREEN value IS 122 (48.05% from 255) = 38.61%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=12.97%
G=38.61%
B=48.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411221530.730.2000.4196.6157.7338.04
Hex297A994914028c53a26
Octal51172231111240503057246
Binary101001111101010011001100100110100010100011000101111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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