#296DCE

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

Shades of Denim #296DCE

Tints of Denim #296DCE

Color information

#296DCE (or 0x296DCE) is unknown color: approx Denim. HEX triplet: 29, 6D and CE. RGB value is (41,109,206). Sum of RGB (Red+Green+Blue) = 41+109+206=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #296DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296DCE is #D69231. Grayscale: #636363. Windows color (decimal): -14062130 or 13528361. OLE color: 13528361.

HSL color Cylindrical-coordinate representation of color #296DCE: hue angle of 215.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296DCE is Cyan = 0.80, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB41109206-
CMYK0.800.4700.19
HSL215.27º66.8%48.43%-
HSV(B)215.27º80.1%80.78%-
XYZ17.5215.8660.53-
YUV99.73187.9786.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.52%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=11.52%
G=30.62%
B=57.87%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal411092060.800.4700.19215.2766.848.43
Hex296DCE502F013d74330
Octal511553161205702332710360
Binary1010011101101110011101010000101111010011110101111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,109,206); }

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

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

 a { background-color: rgb(41,109,206); }

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

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

 span { border-color: rgb(41,109,206); }

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