#2966BA

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

Shades of Denim #2966BA

Tints of Denim #2966BA

Color information

#2966BA (or 0x2966BA) is unknown color: approx Denim. HEX triplet: 29, 66 and BA. RGB value is (41,102,186). Sum of RGB (Red+Green+Blue) = 41+102+186=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #2966BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966BA is #D69945. Grayscale: #5C5C5C. Windows color (decimal): -14063942 or 12215849. OLE color: 12215849.

HSL color Cylindrical-coordinate representation of color #2966BA: hue angle of 214.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2966BA is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB41102186-
CMYK0.780.4500.27
HSL214.76º63.88%44.51%-
HSV(B)214.76º77.96%72.94%-
XYZ14.5313.5248.3-
YUV93.34180.2990.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=12.46%
G=31.00%
B=56.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411021860.780.4500.27214.7663.8844.51
Hex2966BA4E2D01Bd7402d
Octal511462721165503332710055
Binary1010011100110101110101001110101101011011110101111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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