#297095

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

Shades of Lochmara #297095

Tints of Lochmara #297095

Color information

#297095 (or 0x297095) is unknown color: approx Lochmara. HEX triplet: 29, 70 and 95. RGB value is (41,112,149). Sum of RGB (Red+Green+Blue) = 41+112+149=302 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.58% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #297095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #297095 is #D68F6A. Grayscale: #5E5E5E. Windows color (decimal): -14061419 or 9793577. OLE color: 9793577.

HSL color Cylindrical-coordinate representation of color #297095: hue angle of 200.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #297095 is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41112149-
CMYK0.720.2500.42
HSL200.56º56.84%37.25%-
HSV(B)200.56º72.48%58.43%-
XYZ12.1314.2330.54-
YUV94.99158.4889.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.58%
GREEN value IS 112 (44.14% from 255) = 37.09%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=13.58%
G=37.09%
B=49.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411121490.720.2500.42200.5656.8437.25
Hex297095481902Ac93925
Octal51160225110310523117145
Binary101001111000010010101100100011001010101011001001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #297095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #297095; }

 p { color: rgb(41,112,149); }

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

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

 a { background-color: rgb(41,112,149); }

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

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

 span { border-color: rgb(41,112,149); }

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