#296696

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

Shades of Lochmara #296696

Tints of Lochmara #296696

Color information

#296696 (or 0x296696) is unknown color: approx Lochmara. HEX triplet: 29, 66 and 96. RGB value is (41,102,150). Sum of RGB (Red+Green+Blue) = 41+102+150=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #296696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296696 is #D69969. Grayscale: #585858. Windows color (decimal): -14063978 or 9856553. OLE color: 9856553.

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

Color convert

RGB41102150-
CMYK0.730.3200.41
HSL206.42º57.07%37.45%-
HSV(B)206.42º72.67%58.82%-
XYZ11.1712.1830.62-
YUV89.23162.2993.6-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.99%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=13.99%
G=34.81%
B=51.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411021500.730.3200.41206.4257.0737.45
Hex2966964920029ce3925
Octal51146226111400513167145
Binary1010011100110100101101001001100000010100111001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296696; }

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

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

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

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

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

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

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

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