Html Css Color HEX #362B66 Paris M

📋 copy color: '#362B66'

red 54 ◦ green 43 ◦ blue 102

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

Shades of Paris M #362B66

Tints of Paris M #362B66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 51.26%

R = 27.14%
G = 21.61%
B = 51.26%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#362B66 (or 0x362B66) is known color: Paris M. HEX triplet: 36, 2B and 66. RGB value is (54,43,102). Sum of RGB (Red+Green+Blue) = 54+43+102=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 43 (17.19% from 255 or 21.61% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #362B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B66 is #C9D499. Grayscale: #343434. Windows color (decimal): -13227162 or 6695734. OLE color: 6695734.

HSL color Cylindrical-coordinate representation of color #362B66: hue angle of 251.19º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #362B66 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 43 102 -
CMYK 0.47 0.58 0 0.6
HSL 251.19º 0.41% 0.28% -
HSV(B) 251.19º 0.58% 0.4% -
XYZ 4.78 3.47 12.99 -
YUV 53.02 155.64 128.7 -
System Red Green Blue C M Y K H S L
Decimal 54 43 102 0.47 0.58 0 0.6 251.19 0.41 0.28
Hex 36 2B 66 2F 3A 0 3C FB 29 1C
Octal 66 53 146 57 72 0 74 373 51 34
Binary 110110 101011 1100110 101111 111010 0 111100 11111011 101001 11100

Color Harmonies of #362B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362B66

Black with #362B66

Text Example


Text Example

White with #362B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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