#296E96

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

Shades of Lochmara #296E96

Tints of Lochmara #296E96

Color information

#296E96 (or 0x296E96) is unknown color: approx Lochmara. HEX triplet: 29, 6E and 96. RGB value is (41,110,150). Sum of RGB (Red+Green+Blue) = 41+110+150=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #296E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296E96 is #D69169. Grayscale: #5D5D5D. Windows color (decimal): -14061930 or 9858601. OLE color: 9858601.

HSL color Cylindrical-coordinate representation of color #296E96: hue angle of 202.02º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296E96 is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41110150-
CMYK0.730.2700.41
HSL202.02º57.07%37.45%-
HSV(B)202.02º72.67%58.82%-
XYZ1213.8330.89-
YUV93.93159.6490.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.62%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=13.62%
G=36.54%
B=49.83%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411101500.730.2700.41202.0257.0737.45
Hex296E96491B029ca3925
Octal51156226111330513127145
Binary101001110111010010110100100111011010100111001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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