#2966BE

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

Shades of Denim #2966BE

Tints of Denim #2966BE

Color information

#2966BE (or 0x2966BE) is unknown color: approx Denim. HEX triplet: 29, 66 and BE. RGB value is (41,102,190). Sum of RGB (Red+Green+Blue) = 41+102+190=333 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.31% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #2966BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966BE is #D69941. Grayscale: #5D5D5D. Windows color (decimal): -14063938 or 12477993. OLE color: 12477993.

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

Color convert

RGB41102190-
CMYK0.780.4600.25
HSL215.44º64.5%45.29%-
HSV(B)215.44º78.42%74.51%-
XYZ14.9613.6950.57-
YUV93.79182.2990.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.31%
GREEN value IS 102 (40.23% from 255) = 30.63%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=12.31%
G=30.63%
B=57.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411021900.780.4600.25215.4464.545.29
Hex2966BE4E2E019d7412d
Octal511462761165603132710155
Binary1010011100110101111101001110101110011001110101111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2966BE; }

 p { color: rgb(41,102,190); }

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

<style>
 a { background-color: #2966BE; }

 a { background-color: rgb(41,102,190); }

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

<style>
 span { border-color: #2966BE; }

 span { border-color: rgb(41,102,190); }

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