#296799

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

Shades of Lochmara #296799

Tints of Lochmara #296799

Color information

#296799 (or 0x296799) is unknown color: approx Lochmara. HEX triplet: 29, 67 and 99. RGB value is (41,103,153). Sum of RGB (Red+Green+Blue) = 41+103+153=297 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.80% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #296799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296799 is #D69866. Grayscale: #595959. Windows color (decimal): -14063719 or 10053417. OLE color: 10053417.

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

Color convert

RGB41103153-
CMYK0.730.3300.4
HSL206.79º57.73%38.04%-
HSV(B)206.79º73.2%60%-
XYZ11.5112.4731.94-
YUV90.16163.4692.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.80%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=13.80%
G=34.68%
B=51.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411031530.730.3300.4206.7957.7338.04
Hex2967994921028cf3a26
Octal51147231111410503177246
Binary1010011100111100110011001001100001010100011001111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296799; }

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

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

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

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

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

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

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

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