#2967CB

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

Shades of Denim #2967CB

Tints of Denim #2967CB

Color information

#2967CB (or 0x2967CB) is unknown color: approx Denim. HEX triplet: 29, 67 and CB. RGB value is (41,103,203). Sum of RGB (Red+Green+Blue) = 41+103+203=347 (45% of max value = 765). Red value is 41 (16.41% from 255 or 11.82% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #2967CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2967CB is #D69834. Grayscale: #5F5F5F. Windows color (decimal): -14063669 or 13330217. OLE color: 13330217.

HSL color Cylindrical-coordinate representation of color #2967CB: hue angle of 217.04º degrees, saturation: 0.66, 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 #2967CB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB41103203-
CMYK0.800.4900.20
HSL217.04º66.39%47.84%-
HSV(B)217.04º79.8%79.61%-
XYZ16.5414.4858.42-
YUV95.86188.4688.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.82%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=11.82%
G=29.68%
B=58.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal411032030.800.4900.20217.0466.3947.84
Hex2967CB5031014d94230
Octal511473131206102433110260
Binary1010011100111110010111010000110001010100110110011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2967CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2967CB; }

 p { color: rgb(41,103,203); }

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

<style>
 a { background-color: #2967CB; }

 a { background-color: rgb(41,103,203); }

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

<style>
 span { border-color: #2967CB; }

 span { border-color: rgb(41,103,203); }

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