#296EBF

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

Shades of Denim #296EBF

Tints of Denim #296EBF

Color information

#296EBF (or 0x296EBF) is unknown color: approx Denim. HEX triplet: 29, 6E and BF. RGB value is (41,110,191). Sum of RGB (Red+Green+Blue) = 41+110+191=342 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.99% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #296EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #296EBF is #D69140. Grayscale: #626262. Windows color (decimal): -14061889 or 12545577. OLE color: 12545577.

HSL color Cylindrical-coordinate representation of color #296EBF: hue angle of 212.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #296EBF is Cyan = 0.79, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB41110191-
CMYK0.790.4200.25
HSL212.4º64.66%45.49%-
HSV(B)212.4º78.53%74.9%-
XYZ15.8915.3851.42-
YUV98.6180.1486.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.99%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 191 (75% from 255) = 55.85%
R=11.99%
G=32.16%
B=55.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411101910.790.4200.25212.464.6645.49
Hex296EBF4F2A019d4412d
Octal511562771175203132410155
Binary1010011101110101111111001111101010011001110101001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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