Html Css Color HEX #362372 Paris M

📋 copy color: '#362372'

red 54 ◦ green 35 ◦ blue 114

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

Shades of Paris M #362372

Tints of Paris M #362372

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 26.6%
G = 17.24%
B = 56.16%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#362372 (or 0x362372) is known color: Paris M. HEX triplet: 36, 23 and 72. RGB value is (54,35,114). Sum of RGB (Red+Green+Blue) = 54+35+114=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #362372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362372 is #C9DC8D. Grayscale: #313131. Windows color (decimal): -13229198 or 7480118. OLE color: 7480118.

HSL color Cylindrical-coordinate representation of color #362372: hue angle of 254.43º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #362372 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 35 114 -
CMYK 0.53 0.69 0 0.55
HSL 254.43º 0.53% 0.29% -
HSV(B) 254.43º 0.69% 0.45% -
XYZ 5.16 3.2 16.27 -
YUV 49.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 54 35 114 0.53 0.69 0 0.55 254.43 0.53 0.29
Hex 36 23 72 35 45 0 37 FE 35 1D
Octal 66 43 162 65 105 0 67 376 65 35
Binary 110110 100011 1110010 110101 1000101 0 110111 11111110 110101 11101

Color Harmonies of #362372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362372

Black with #362372

Text Example


Text Example

White with #362372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362372; }

 p { color: rgb(54,35,114); }

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

background-color css

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

 a { background-color: rgb(54,35,114); }

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

border-color css

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

 span { border-color: rgb(54,35,114); }

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