#296AAB

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

Shades of Lochmara #296AAB

Tints of Lochmara #296AAB

Color information

#296AAB (or 0x296AAB) is unknown color: approx Lochmara. HEX triplet: 29, 6A and AB. RGB value is (41,106,171). Sum of RGB (Red+Green+Blue) = 41+106+171=318 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.89% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #296AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296AAB is #D69554. Grayscale: #5D5D5D. Windows color (decimal): -14062933 or 11233833. OLE color: 11233833.

HSL color Cylindrical-coordinate representation of color #296AAB: hue angle of 210º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #296AAB is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB41106171-
CMYK0.760.3800.33
HSL210º61.32%41.57%-
HSV(B)210º76.02%67.06%-
XYZ13.4213.7240.47-
YUV93.98171.4790.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.89%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=12.89%
G=33.33%
B=53.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal411061710.760.3800.3321061.3241.57
Hex296AAB4C26021d23d2a
Octal51152253114460413227552
Binary1010011101010101010111001100100110010000111010010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,106,171); }

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

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

 a { background-color: rgb(41,106,171); }

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

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

 span { border-color: rgb(41,106,171); }

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