#33296d

Color #33296D Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #33296D

Tints of Paris M #33296D

Color information

#33296D (or 0x33296D) is unknown color: approx Paris M. HEX triplet: 33, 29 and 6D. RGB value is (51,41,109). Sum of RGB (Red+Green+Blue) = 51+41+109=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #33296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33296D is #CCD692. Grayscale: #333333. Windows color (decimal): -13424275 or 7153971. OLE color: 7153971.

HSL color Cylindrical-coordinate representation of color #33296D: hue angle of 248.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33296D is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5141109-
CMYK0.530.6200.57
HSL248.82º45.33%29.41%-
HSV(B)248.82º62.39%42.75%-
XYZ4.923.3914.86-
YUV51.74160.31127.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 41 (16.41% from 255) = 20.40%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=25.37%
G=20.40%
B=54.23%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51411090.530.6200.57248.8245.3329.41
Hex33296D353E039f92d1d
Octal635115565760713715535
Binary110011101001110110111010111111001110011111100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33296d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33296d; }

 p { color: rgb(51,41,109); }

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

<style>
 a { background-color: #33296d; }

 a { background-color: rgb(51,41,109); }

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

<style>
 span { border-color: #33296d; }

 span { border-color: rgb(51,41,109); }

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