#296E95

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

Shades of Lochmara #296E95

Tints of Lochmara #296E95

Color information

#296E95 (or 0x296E95) is unknown color: approx Lochmara. HEX triplet: 29, 6E and 95. RGB value is (41,110,149). Sum of RGB (Red+Green+Blue) = 41+110+149=300 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.67% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #296E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E95 is #D6916A. Grayscale: #5D5D5D. Windows color (decimal): -14061931 or 9793065. OLE color: 9793065.

HSL color Cylindrical-coordinate representation of color #296E95: hue angle of 201.67º 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 #296E95 is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41110149-
CMYK0.720.2600.42
HSL201.67º56.84%37.25%-
HSV(B)201.67º72.48%58.43%-
XYZ11.9213.7930.47-
YUV93.82159.1490.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.67%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=13.67%
G=36.67%
B=49.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411101490.720.2600.42201.6756.8437.25
Hex296E95481A02Aca3925
Octal51156225110320523127145
Binary101001110111010010101100100011010010101011001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296E95; }

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

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

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

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

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

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

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

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