#296EC8

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

Shades of Denim #296EC8

Tints of Denim #296EC8

Color information

#296EC8 (or 0x296EC8) is unknown color: approx Denim. HEX triplet: 29, 6E and C8. RGB value is (41,110,200). Sum of RGB (Red+Green+Blue) = 41+110+200=351 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.68% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 200 (78.52% from 255 or 56.98% from 351); Max value from RGB is 200 - color contains mainly: blue. Hex color #296EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EC8 is #D69137. Grayscale: #636363. Windows color (decimal): -14061880 or 13135401. OLE color: 13135401.

HSL color Cylindrical-coordinate representation of color #296EC8: hue angle of 213.96º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296EC8 is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41110200-
CMYK0.800.4500.22
HSL213.96º65.98%47.25%-
HSV(B)213.96º79.5%78.43%-
XYZ16.9215.7956.8-
YUV99.63184.6486.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.68%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 200 (78.52% from 255) = 56.98%
R=11.68%
G=31.34%
B=56.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411102000.800.4500.22213.9665.9847.25
Hex296EC8502D016d6422f
Octal511563101205502632610257
Binary1010011101110110010001010000101101010110110101101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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