#2966B4

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

Shades of Denim #2966B4

Tints of Denim #2966B4

Color information

#2966B4 (or 0x2966B4) is unknown color: approx Denim. HEX triplet: 29, 66 and B4. RGB value is (41,102,180). Sum of RGB (Red+Green+Blue) = 41+102+180=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 102 (40.23% from 255 or 31.58% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #2966B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2966B4 is #D6994B. Grayscale: #5C5C5C. Windows color (decimal): -14063948 or 11822633. OLE color: 11822633.

HSL color Cylindrical-coordinate representation of color #2966B4: hue angle of 213.67º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2966B4 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB41102180-
CMYK0.770.4300.29
HSL213.67º62.9%43.33%-
HSV(B)213.67º77.22%70.59%-
XYZ13.913.2745.01-
YUV92.65177.2991.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 102 (40.23% from 255) = 31.58%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=12.69%
G=31.58%
B=55.73%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411021800.770.4300.29213.6762.943.33
Hex2966B44D2B01Dd63f2b
Octal51146264115530353267753
Binary101001110011010110100100110110101101110111010110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2966B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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