#296FA1

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

Shades of Lochmara #296FA1

Tints of Lochmara #296FA1

Color information

#296FA1 (or 0x296FA1) is unknown color: approx Lochmara. HEX triplet: 29, 6F and A1. RGB value is (41,111,161). Sum of RGB (Red+Green+Blue) = 41+111+161=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #296FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296FA1 is #D6905E. Grayscale: #5F5F5F. Windows color (decimal): -14061663 or 10579753. OLE color: 10579753.

HSL color Cylindrical-coordinate representation of color #296FA1: hue angle of 205º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #296FA1 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB41111161-
CMYK0.750.3100.37
HSL205º59.41%39.61%-
HSV(B)205º74.53%63.14%-
XYZ13.0314.4135.81-
YUV95.77164.8188.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.10%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 161 (63.28% from 255) = 51.44%
R=13.10%
G=35.46%
B=51.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal411111610.750.3100.3720559.4139.61
Hex296FA14B1F025cd3b28
Octal51157241113370453157350
Binary101001110111110100001100101111111010010111001101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,111,161); }

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

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

 a { background-color: rgb(41,111,161); }

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

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

 span { border-color: rgb(41,111,161); }

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