#296ACA

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

Shades of Denim #296ACA

Tints of Denim #296ACA

Color information

#296ACA (or 0x296ACA) is unknown color: approx Denim. HEX triplet: 29, 6A and CA. RGB value is (41,106,202). Sum of RGB (Red+Green+Blue) = 41+106+202=349 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.75% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 202 (79.30% from 255 or 57.88% from 349); Max value from RGB is 202 - color contains mainly: blue. Hex color #296ACA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296ACA is #D69535. Grayscale: #616161. Windows color (decimal): -14062902 or 13265449. OLE color: 13265449.

HSL color Cylindrical-coordinate representation of color #296ACA: hue angle of 215.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296ACA is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB41106202-
CMYK0.800.4800.21
HSL215.78º66.26%47.65%-
HSV(B)215.78º79.7%79.22%-
XYZ16.7315.0457.9-
YUV97.51186.9787.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.75%
GREEN value IS 106 (41.80% from 255) = 30.37%
BLUE value IS 202 (79.30% from 255) = 57.88%
R=11.75%
G=30.37%
B=57.88%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal411062020.800.4800.21215.7866.2647.65
Hex296ACA5030015d84230
Octal511523121206002533010260
Binary1010011101010110010101010000110000010101110110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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