Html Css Color HEX #362B62 Paris M

📋 copy color: '#362B62'

red 54 ◦ green 43 ◦ blue 98

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

Shades of Paris M #362B62

Tints of Paris M #362B62

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 27.69%
G = 22.05%
B = 50.26%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#362B62 (or 0x362B62) is known color: Paris M. HEX triplet: 36, 2B and 62. RGB value is (54,43,98). Sum of RGB (Red+Green+Blue) = 54+43+98=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #362B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B62 is #C9D49D. Grayscale: #343434. Windows color (decimal): -13227166 or 6433590. OLE color: 6433590.

HSL color Cylindrical-coordinate representation of color #362B62: hue angle of 252º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #362B62 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 43 98 -
CMYK 0.45 0.56 0 0.62
HSL 252º 0.39% 0.28% -
HSV(B) 252º 0.56% 0.38% -
XYZ 4.59 3.39 11.97 -
YUV 52.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 54 43 98 0.45 0.56 0 0.62 252 0.39 0.28
Hex 36 2B 62 2D 38 0 3E FC 27 1C
Octal 66 53 142 55 70 0 76 374 47 34
Binary 110110 101011 1100010 101101 111000 0 111110 11111100 100111 11100

Color Harmonies of #362B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B62

Black with #362B62

Text Example


Text Example

White with #362B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,43,98); }

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

background-color css

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

 a { background-color: rgb(54,43,98); }

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

border-color css

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

 span { border-color: rgb(54,43,98); }

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