#332E63

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

Shades of Paris M #332E63

Tints of Paris M #332E63

Color information

#332E63 (or 0x332E63) is unknown color: approx Paris M. HEX triplet: 33, 2E and 63. RGB value is (51,46,99). Sum of RGB (Red+Green+Blue) = 51+46+99=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #332E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E63 is #CCD19C. Grayscale: #353535. Windows color (decimal): -13423005 or 6499891. OLE color: 6499891.

HSL color Cylindrical-coordinate representation of color #332E63: hue angle of 245.66º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332E63 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB514699-
CMYK0.480.5400.61
HSL245.66º36.55%28.43%-
HSV(B)245.66º53.54%38.82%-
XYZ4.593.5612.25-
YUV53.54153.66126.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=26.02%
G=23.47%
B=50.51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5146990.480.5400.61245.6636.5528.43
Hex332E63303603Df6251c
Octal635614360660753664534
Binary110011101110110001111000011011001111011111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332E63; }

 p { color: rgb(51,46,99); }

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

<style>
 a { background-color: #332E63; }

 a { background-color: rgb(51,46,99); }

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

<style>
 span { border-color: #332E63; }

 span { border-color: rgb(51,46,99); }

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