Html Css Color HEX #332464 Paris M

📋 copy color: '#332464'

red 51 ◦ green 36 ◦ blue 100

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

Shades of Paris M #332464

Tints of Paris M #332464

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.25%

 BLUE value IS 100 (39.45% from 255) = 53.48%

R = 27.27%
G = 19.25%
B = 53.48%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#332464 (or 0x332464) is known color: Paris M. HEX triplet: 33, 24 and 64. RGB value is (51,36,100). Sum of RGB (Red+Green+Blue) = 51+36+100=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 100 (39.45% from 255 or 53.48% from 187); Max value from RGB is 100 - color contains mainly: blue. Hex color #332464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332464 is #CCDB9B. Grayscale: #2F2F2F. Windows color (decimal): -13425564 or 6562867. OLE color: 6562867.

HSL color Cylindrical-coordinate representation of color #332464: hue angle of 254.06º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #332464 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 51 36 100 -
CMYK 0.49 0.64 0 0.61
HSL 254.06º 0.47% 0.27% -
HSV(B) 254.06º 0.64% 0.39% -
XYZ 4.3 2.89 12.39 -
YUV 47.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 51 36 100 0.49 0.64 0 0.61 254.06 0.47 0.27
Hex 33 24 64 31 40 0 3D FE 2F 1B
Octal 63 44 144 61 100 0 75 376 57 33
Binary 110011 100100 1100100 110001 1000000 0 111101 11111110 101111 11011

Color Harmonies of #332464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332464

Black with #332464

Text Example


Text Example

White with #332464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332464; }

 p { color: rgb(51,36,100); }

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

background-color css

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

 a { background-color: rgb(51,36,100); }

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

border-color css

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

 span { border-color: rgb(51,36,100); }

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