#297EA5

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

Shades of Lochmara #297EA5

Tints of Lochmara #297EA5

Color information

#297EA5 (or 0x297EA5) is unknown color: approx Lochmara. HEX triplet: 29, 7E and A5. RGB value is (41,126,165). Sum of RGB (Red+Green+Blue) = 41+126+165=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 126 (49.61% from 255 or 37.95% from 332); Blue value is 165 (64.84% from 255 or 49.70% from 332); Max value from RGB is 165 - color contains mainly: blue. Hex color #297EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297EA5 is #D6815A. Grayscale: #686868. Windows color (decimal): -14057819 or 10845737. OLE color: 10845737.

HSL color Cylindrical-coordinate representation of color #297EA5: hue angle of 198.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #297EA5 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41126165-
CMYK0.750.2400.35
HSL198.87º60.19%40.39%-
HSV(B)198.87º75.15%64.71%-
XYZ15.1718.1138.29-
YUV105.03161.8482.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.35%
GREEN value IS 126 (49.61% from 255) = 37.95%
BLUE value IS 165 (64.84% from 255) = 49.70%
R=12.35%
G=37.95%
B=49.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411261650.750.2400.35198.8760.1940.39
Hex297EA54B18023c73c28
Octal51176245113300433077450
Binary101001111111010100101100101111000010001111000111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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