#296EC4

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

Shades of Denim #296EC4

Tints of Denim #296EC4

Color information

#296EC4 (or 0x296EC4) is unknown color: approx Denim. HEX triplet: 29, 6E and C4. RGB value is (41,110,196). Sum of RGB (Red+Green+Blue) = 41+110+196=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 196 (76.95% from 255 or 56.48% from 347); Max value from RGB is 196 - color contains mainly: blue. Hex color #296EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EC4 is #D6913B. Grayscale: #626262. Windows color (decimal): -14061884 or 12873257. OLE color: 12873257.

HSL color Cylindrical-coordinate representation of color #296EC4: hue angle of 213.29º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296EC4 is Cyan = 0.79, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB41110196-
CMYK0.790.4400.23
HSL213.29º65.4%46.47%-
HSV(B)213.29º79.08%76.86%-
XYZ16.4515.6154.37-
YUV99.17182.6486.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 196 (76.95% from 255) = 56.48%
R=11.82%
G=31.70%
B=56.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411101960.790.4400.23213.2965.446.47
Hex296EC44F2C017d5412e
Octal511563041175402732510156
Binary1010011101110110001001001111101100010111110101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,110,196); }

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

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

 a { background-color: rgb(41,110,196); }

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

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

 span { border-color: rgb(41,110,196); }

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