#297FAA

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

Shades of Lochmara #297FAA

Tints of Lochmara #297FAA

Color information

#297FAA (or 0x297FAA) is unknown color: approx Lochmara. HEX triplet: 29, 7F and AA. RGB value is (41,127,170). Sum of RGB (Red+Green+Blue) = 41+127+170=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 127 (50% from 255 or 37.57% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #297FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297FAA is #D68055. Grayscale: #696969. Windows color (decimal): -14057558 or 11173673. OLE color: 11173673.

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

Color convert

RGB41127170-
CMYK0.760.2500.33
HSL200º61.14%41.37%-
HSV(B)200º75.88%66.67%-
XYZ15.7618.5540.78-
YUV106.19164.0181.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 127 (50% from 255) = 37.57%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=12.13%
G=37.57%
B=50.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411271700.760.2500.3320061.1441.37
Hex297FAA4C19021c83d29
Octal51177252114310413107551
Binary101001111111110101010100110011001010000111001000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,127,170); }

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

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

 a { background-color: rgb(41,127,170); }

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

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

 span { border-color: rgb(41,127,170); }

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