#296896

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

Shades of Lochmara #296896

Tints of Lochmara #296896

Color information

#296896 (or 0x296896) is unknown color: approx Lochmara. HEX triplet: 29, 68 and 96. RGB value is (41,104,150). Sum of RGB (Red+Green+Blue) = 41+104+150=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #296896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296896 is #D69769. Grayscale: #5A5A5A. Windows color (decimal): -14063466 or 9857065. OLE color: 9857065.

HSL color Cylindrical-coordinate representation of color #296896: hue angle of 205.32º 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 #296896 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41104150-
CMYK0.730.3100.41
HSL205.32º57.07%37.45%-
HSV(B)205.32º72.67%58.82%-
XYZ11.3712.5730.68-
YUV90.41161.6392.76-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=13.90%
G=35.25%
B=50.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411041500.730.3100.41205.3257.0737.45
Hex296896491F029cd3925
Octal51150226111370513157145
Binary101001110100010010110100100111111010100111001101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296896; }

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

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

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

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

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

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

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

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