#297AB1

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

Shades of Lochmara #297AB1

Tints of Lochmara #297AB1

Color information

#297AB1 (or 0x297AB1) is unknown color: approx Lochmara. HEX triplet: 29, 7A and B1. RGB value is (41,122,177). Sum of RGB (Red+Green+Blue) = 41+122+177=340 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.06% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #297AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297AB1 is #D6854E. Grayscale: #676767. Windows color (decimal): -14058831 or 11631145. OLE color: 11631145.

HSL color Cylindrical-coordinate representation of color #297AB1: hue angle of 204.26º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #297AB1 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB41122177-
CMYK0.770.3100.31
HSL204.26º62.39%42.75%-
HSV(B)204.26º76.84%69.41%-
XYZ15.8117.5644.15-
YUV104.05169.1683.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.06%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=12.06%
G=35.88%
B=52.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal411221770.770.3100.31204.2662.3942.75
Hex297AB14D1F01Fcc3e2b
Octal51172261115370373147653
Binary10100111110101011000110011011111101111111001100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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