#296da5

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

Shades of Lochmara #296DA5

Tints of Lochmara #296DA5

Color information

#296DA5 (or 0x296DA5) is unknown color: approx Lochmara. HEX triplet: 29, 6D and A5. RGB value is (41,109,165). Sum of RGB (Red+Green+Blue) = 41+109+165=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 165 (64.84% from 255 or 52.38% from 315); Max value from RGB is 165 - color contains mainly: blue. Hex color #296DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296DA5 is #D6925A. Grayscale: #5E5E5E. Windows color (decimal): -14062171 or 10841385. OLE color: 10841385.

HSL color Cylindrical-coordinate representation of color #296DA5: hue angle of 207.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #296DA5 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB41109165-
CMYK0.750.3400.35
HSL207.1º60.19%40.39%-
HSV(B)207.1º75.15%64.71%-
XYZ13.1714.1337.63-
YUV95.05167.4789.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 165 (64.84% from 255) = 52.38%
R=13.02%
G=34.60%
B=52.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411091650.750.3400.35207.160.1940.39
Hex296DA54B22023cf3c28
Octal51155245113420433177450
Binary1010011101101101001011001011100010010001111001111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296da5; }

 p { color: rgb(41,109,165); }

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

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

 a { background-color: rgb(41,109,165); }

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

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

 span { border-color: rgb(41,109,165); }

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