#296BCC

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

Shades of Denim #296BCC

Tints of Denim #296BCC

Color information

#296BCC (or 0x296BCC) is unknown color: approx Denim. HEX triplet: 29, 6B and CC. RGB value is (41,107,204). Sum of RGB (Red+Green+Blue) = 41+107+204=352 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.65% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #296BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296BCC is #D69433. Grayscale: #616161. Windows color (decimal): -14062644 or 13396777. OLE color: 13396777.

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

Color convert

RGB41107204-
CMYK0.800.4800.2
HSL215.71º66.53%48.04%-
HSV(B)215.71º79.9%80%-
XYZ17.0715.3559.19-
YUV98.32187.6387.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.65%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 204 (80.08% from 255) = 57.95%
R=11.65%
G=30.40%
B=57.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal411072040.800.4800.2215.7166.5348.04
Hex296BCC5030014d84330
Octal511533141206002433010360
Binary1010011101011110011001010000110000010100110110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,107,204); }

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

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

 a { background-color: rgb(41,107,204); }

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

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

 span { border-color: rgb(41,107,204); }

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