#296AB5

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

Shades of Denim #296AB5

Tints of Denim #296AB5

Color information

#296AB5 (or 0x296AB5) is unknown color: approx Denim. HEX triplet: 29, 6A and B5. RGB value is (41,106,181). Sum of RGB (Red+Green+Blue) = 41+106+181=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 181 (71.09% from 255 or 55.18% from 328); Max value from RGB is 181 - color contains mainly: blue. Hex color #296AB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296AB5 is #D6954A. Grayscale: #5E5E5E. Windows color (decimal): -14062923 or 11889193. OLE color: 11889193.

HSL color Cylindrical-coordinate representation of color #296AB5: hue angle of 212.14º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #296AB5 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41106181-
CMYK0.770.4100.29
HSL212.14º63.06%43.53%-
HSV(B)212.14º77.35%70.98%-
XYZ14.4114.1245.68-
YUV95.12176.4789.4-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.5%
GREEN value IS 106 (41.80% from 255) = 32.32%
BLUE value IS 181 (71.09% from 255) = 55.18%
R=12.5%
G=32.32%
B=55.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411061810.770.4100.29212.1463.0643.53
Hex296AB54D2901Dd43f2c
Octal51152265115510353247754
Binary101001110101010110101100110110100101110111010100111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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