#296D95

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

Shades of Lochmara #296D95

Tints of Lochmara #296D95

Color information

#296D95 (or 0x296D95) is unknown color: approx Lochmara. HEX triplet: 29, 6D and 95. RGB value is (41,109,149). Sum of RGB (Red+Green+Blue) = 41+109+149=299 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.71% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #296D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296D95 is #D6926A. Grayscale: #5D5D5D. Windows color (decimal): -14062187 or 9792809. OLE color: 9792809.

HSL color Cylindrical-coordinate representation of color #296D95: hue angle of 202.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296D95 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41109149-
CMYK0.720.2700.42
HSL202.22º56.84%37.25%-
HSV(B)202.22º72.48%58.43%-
XYZ11.8113.5830.43-
YUV93.23159.4790.75-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.71%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=13.71%
G=36.45%
B=49.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411091490.720.2700.42202.2256.8437.25
Hex296D95481B02Aca3925
Octal51155225110330523127145
Binary101001110110110010101100100011011010101011001010111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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