Html Css Color HEX #332F5E Paris M

📋 copy color: '#332F5E'

red 51 ◦ green 47 ◦ blue 94

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

Shades of Paris M #332F5E

Tints of Paris M #332F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

 BLUE value IS 94 (37.11% from 255) = 48.96%

R = 26.56%
G = 24.48%
B = 48.96%

CMYK

 C value IS 0.46

 M value IS 0.5

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#332F5E (or 0x332F5E) is known color: Paris M. HEX triplet: 33, 2F and 5E. RGB value is (51,47,94). Sum of RGB (Red+Green+Blue) = 51+47+94=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 94 (37.11% from 255 or 48.96% from 192); Max value from RGB is 94 - color contains mainly: blue. Hex color #332F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332F5E is #CCD0A1. Grayscale: #353535. Windows color (decimal): -13422754 or 6172467. OLE color: 6172467.

HSL color Cylindrical-coordinate representation of color #332F5E: hue angle of 245.11º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #332F5E is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 51 47 94 -
CMYK 0.46 0.5 0 0.63
HSL 245.11º 0.33% 0.28% -
HSV(B) 245.11º 0.5% 0.37% -
XYZ 4.4 3.54 11.04 -
YUV 53.55 150.83 126.18 -
System Red Green Blue C M Y K H S L
Decimal 51 47 94 0.46 0.5 0 0.63 245.11 0.33 0.28
Hex 33 2F 5E 2E 32 0 3F F5 21 1C
Octal 63 57 136 56 62 0 77 365 41 34
Binary 110011 101111 1011110 101110 110010 0 111111 11110101 100001 11100

Color Harmonies of #332F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332F5E

Black with #332F5E

Text Example


Text Example

White with #332F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,47,94); }

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

background-color css

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

 a { background-color: rgb(51,47,94); }

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

border-color css

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

 span { border-color: rgb(51,47,94); }

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