#297DAB

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

Shades of Lochmara #297DAB

Tints of Lochmara #297DAB

Color information

#297DAB (or 0x297DAB) is unknown color: approx Lochmara. HEX triplet: 29, 7D and AB. RGB value is (41,125,171). Sum of RGB (Red+Green+Blue) = 41+125+171=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #297DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297DAB is #D68254. Grayscale: #686868. Windows color (decimal): -14058069 or 11238697. OLE color: 11238697.

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

Color convert

RGB41125171-
CMYK0.760.2700.33
HSL201.23º61.32%41.57%-
HSV(B)201.23º76.02%67.06%-
XYZ15.618.0841.2-
YUV105.13165.1782.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 171 (67.19% from 255) = 50.74%
R=12.17%
G=37.09%
B=50.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411251710.760.2700.33201.2361.3241.57
Hex297DAB4C1B021c93d2a
Octal51175253114330413117552
Binary101001111110110101011100110011011010000111001001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,125,171); }

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

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

 a { background-color: rgb(41,125,171); }

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

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

 span { border-color: rgb(41,125,171); }

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