Html Css Color HEX #362C69 Paris M

📋 copy color: '#362C69'

red 54 ◦ green 44 ◦ blue 105

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

Shades of Paris M #362C69

Tints of Paris M #362C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.72%

R = 26.6%
G = 21.67%
B = 51.72%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#362C69 (or 0x362C69) is known color: Paris M. HEX triplet: 36, 2C and 69. RGB value is (54,44,105). Sum of RGB (Red+Green+Blue) = 54+44+105=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 44 (17.58% from 255 or 21.67% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #362C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C69 is #C9D396. Grayscale: #353535. Windows color (decimal): -13226903 or 6892598. OLE color: 6892598.

HSL color Cylindrical-coordinate representation of color #362C69: hue angle of 249.84º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362C69 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 44 105 -
CMYK 0.49 0.58 0 0.59
HSL 249.84º 0.41% 0.29% -
HSV(B) 249.84º 0.58% 0.41% -
XYZ 4.97 3.61 13.8 -
YUV 53.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 54 44 105 0.49 0.58 0 0.59 249.84 0.41 0.29
Hex 36 2C 69 31 3A 0 3B FA 29 1D
Octal 66 54 151 61 72 0 73 372 51 35
Binary 110110 101100 1101001 110001 111010 0 111011 11111010 101001 11101

Color Harmonies of #362C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C69

Black with #362C69

Text Example


Text Example

White with #362C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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