#296599

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

Shades of Lochmara #296599

Tints of Lochmara #296599

Color information

#296599 (or 0x296599) is unknown color: approx Lochmara. HEX triplet: 29, 65 and 99. RGB value is (41,101,153). Sum of RGB (Red+Green+Blue) = 41+101+153=295 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.90% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #296599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296599 is #D69A66. Grayscale: #585858. Windows color (decimal): -14064231 or 10052905. OLE color: 10052905.

HSL color Cylindrical-coordinate representation of color #296599: hue angle of 207.86º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #296599 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41101153-
CMYK0.730.3400.4
HSL207.86º57.73%38.04%-
HSV(B)207.86º73.2%60%-
XYZ11.3212.0831.87-
YUV88.99164.1293.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.90%
GREEN value IS 101 (39.84% from 255) = 34.24%
BLUE value IS 153 (60.16% from 255) = 51.86%
R=13.90%
G=34.24%
B=51.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411011530.730.3400.4207.8657.7338.04
Hex2965994922028d03a26
Octal51145231111420503207246
Binary1010011100101100110011001001100010010100011010000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296599; }

 p { color: rgb(41,101,153); }

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

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

 a { background-color: rgb(41,101,153); }

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

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

 span { border-color: rgb(41,101,153); }

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