Html Css Color HEX #332C65 Paris M

📋 copy color: '#332C65'

red 51 ◦ green 44 ◦ blue 101

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

Shades of Paris M #332C65

Tints of Paris M #332C65

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.45%

 BLUE value IS 101 (39.84% from 255) = 51.53%

R = 26.02%
G = 22.45%
B = 51.53%

CMYK

 C value IS 0.50

 M value IS 0.56

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#332C65 (or 0x332C65) is known color: Paris M. HEX triplet: 33, 2C and 65. RGB value is (51,44,101). Sum of RGB (Red+Green+Blue) = 51+44+101=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #332C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332C65 is #CCD39A. Grayscale: #343434. Windows color (decimal): -13423515 or 6630451. OLE color: 6630451.

HSL color Cylindrical-coordinate representation of color #332C65: hue angle of 247.37º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #332C65 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 44 101 -
CMYK 0.50 0.56 0 0.60
HSL 247.37º 0.39% 0.28% -
HSV(B) 247.37º 0.56% 0.4% -
XYZ 4.61 3.44 12.73 -
YUV 52.59 155.32 126.87 -
System Red Green Blue C M Y K H S L
Decimal 51 44 101 0.50 0.56 0 0.60 247.37 0.39 0.28
Hex 33 2C 65 32 38 0 3C F7 27 1C
Octal 63 54 145 62 70 0 74 367 47 34
Binary 110011 101100 1100101 110010 111000 0 111100 11110111 100111 11100

Color Harmonies of #332C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C65

Black with #332C65

Text Example


Text Example

White with #332C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,44,101); }

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

background-color css

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

 a { background-color: rgb(51,44,101); }

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

border-color css

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

 span { border-color: rgb(51,44,101); }

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