Html Css Color HEX #362C5E Paris M

📋 copy color: '#362C5E'

red 54 ◦ green 44 ◦ blue 94

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

Shades of Paris M #362C5E

Tints of Paris M #362C5E

RGB

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

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

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

R = 28.13%
G = 22.92%
B = 48.96%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#362C5E (or 0x362C5E) is known color: Paris M. HEX triplet: 36, 2C and 5E. RGB value is (54,44,94). Sum of RGB (Red+Green+Blue) = 54+44+94=192 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.12% from 192); Green value is 44 (17.58% from 255 or 22.92% 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 #362C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C5E is #C9D3A1. Grayscale: #343434. Windows color (decimal): -13226914 or 6171702. OLE color: 6171702.

HSL color Cylindrical-coordinate representation of color #362C5E: hue angle of 252º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #362C5E is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 44 94 -
CMYK 0.43 0.53 0 0.63
HSL 252º 0.36% 0.27% -
HSV(B) 252º 0.53% 0.37% -
XYZ 4.44 3.39 11.01 -
YUV 52.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 54 44 94 0.43 0.53 0 0.63 252 0.36 0.27
Hex 36 2C 5E 2B 35 0 3F FC 24 1B
Octal 66 54 136 53 65 0 77 374 44 33
Binary 110110 101100 1011110 101011 110101 0 111111 11111100 100100 11011

Color Harmonies of #362C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C5E

Black with #362C5E

Text Example


Text Example

White with #362C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362C5E; }

 p { color: rgb(54,44,94); }

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

background-color css

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

 a { background-color: rgb(54,44,94); }

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

border-color css

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

 span { border-color: rgb(54,44,94); }

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