#296797

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

Shades of Lochmara #296797

Tints of Lochmara #296797

Color information

#296797 (or 0x296797) is unknown color: approx Lochmara. HEX triplet: 29, 67 and 97. RGB value is (41,103,151). Sum of RGB (Red+Green+Blue) = 41+103+151=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #296797 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296797 is #D69868. Grayscale: #595959. Windows color (decimal): -14063721 or 9922345. OLE color: 9922345.

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

Color convert

RGB41103151-
CMYK0.730.3200.41
HSL206.18º57.29%37.65%-
HSV(B)206.18º72.85%59.22%-
XYZ11.3512.4131.07-
YUV89.93162.4693.1-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 151 (59.38% from 255) = 51.19%
R=13.90%
G=34.92%
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
Decimal411031510.730.3200.41206.1857.2937.65
Hex2967974920029ce3926
Octal51147227111400513167146
Binary1010011100111100101111001001100000010100111001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296797; }

 p { color: rgb(41,103,151); }

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

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

 a { background-color: rgb(41,103,151); }

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

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

 span { border-color: rgb(41,103,151); }

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