Html Css Color HEX #332B60 Paris M

📋 copy color: '#332B60'

red 51 ◦ green 43 ◦ blue 96

#332B60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #332B60

Tints of Paris M #332B60

RGB

 RED value IS 51 (20.31% from 255) = 26.84%

 GREEN value IS 43 (17.19% from 255) = 22.63%

 BLUE value IS 96 (37.89% from 255) = 50.53%

R = 26.84%
G = 22.63%
B = 50.53%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#332B60 (or 0x332B60) is known color: Paris M. HEX triplet: 33, 2B and 60. RGB value is (51,43,96). Sum of RGB (Red+Green+Blue) = 51+43+96=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 43 (17.19% from 255 or 22.63% from 190); Blue value is 96 (37.89% from 255 or 50.53% from 190); Max value from RGB is 96 - color contains mainly: blue. Hex color #332B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B60 is #CCD49F. Grayscale: #333333. Windows color (decimal): -13423776 or 6302515. OLE color: 6302515.

HSL color Cylindrical-coordinate representation of color #332B60: hue angle of 249.06º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #332B60 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 51 43 96 -
CMYK 0.47 0.55 0 0.62
HSL 249.06º 0.38% 0.27% -
HSV(B) 249.06º 0.55% 0.38% -
XYZ 4.34 3.28 11.47 -
YUV 51.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 51 43 96 0.47 0.55 0 0.62 249.06 0.38 0.27
Hex 33 2B 60 2F 37 0 3E F9 26 1B
Octal 63 53 140 57 67 0 76 371 46 33
Binary 110011 101011 1100000 101111 110111 0 111110 11111001 100110 11011

Color Harmonies of #332B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332B60

Black with #332B60

Text Example


Text Example

White with #332B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,43,96); }

 H1.HeaderClassName
 {
   color: #332B60;
 }
 .AnyTagClassName
 {
   color: #332B60;
 }
</style>

background-color css

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

 a { background-color: rgb(51,43,96); }

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

border-color css

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

 span { border-color: rgb(51,43,96); }

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