#297AAC

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

Shades of Lochmara #297AAC

Tints of Lochmara #297AAC

Color information

#297AAC (or 0x297AAC) is unknown color: approx Lochmara. HEX triplet: 29, 7A and AC. RGB value is (41,122,172). Sum of RGB (Red+Green+Blue) = 41+122+172=335 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.24% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #297AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297AAC is #D68553. Grayscale: #676767. Windows color (decimal): -14058836 or 11303465. OLE color: 11303465.

HSL color Cylindrical-coordinate representation of color #297AAC: hue angle of 202.9º degrees, saturation: 0.62, 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 #297AAC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41122172-
CMYK0.760.2900.33
HSL202.9º61.5%41.76%-
HSV(B)202.9º76.16%67.45%-
XYZ15.3217.3741.57-
YUV103.48166.6683.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.24%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 172 (67.58% from 255) = 51.34%
R=12.24%
G=36.42%
B=51.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411221720.760.2900.33202.961.541.76
Hex297AAC4C1D021cb3e2a
Octal51172254114350413137652
Binary101001111101010101100100110011101010000111001011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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