#362B69

Color #362B69 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #362B69

Tints of Paris M #362B69

Color information

#362B69 (or 0x362B69) is unknown color: approx Paris M. HEX triplet: 36, 2B and 69. RGB value is (54,43,105). Sum of RGB (Red+Green+Blue) = 54+43+105=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 105 (41.41% from 255 or 51.98% from 202); Max value from RGB is 105 - color contains mainly: blue. Hex color #362B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362B69 is #C9D496. Grayscale: #353535. Windows color (decimal): -13227159 or 6892342. OLE color: 6892342.

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

Color convert

RGB5443105-
CMYK0.490.5900.59
HSL250.65º41.89%29.02%-
HSV(B)250.65º59.05%41.18%-
XYZ4.943.5313.79-
YUV53.36157.14128.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 43 (17.19% from 255) = 21.29%
BLUE value IS 105 (41.41% from 255) = 51.98%
R=26.73%
G=21.29%
B=51.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54431050.490.5900.59250.6541.8929.02
Hex362B69313B03Bfb2a1d
Octal665315161730733735235
Binary110110101011110100111000111101101110111111101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #362B69;
 }
 .AnyTagClassName
 {
   color: #362B69;
 }
</style>
background-color css

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

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

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

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

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

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