#363062

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

Shades of Paris M #363062

Tints of Paris M #363062

Color information

#363062 (or 0x363062) is unknown color: approx Paris M. HEX triplet: 36, 30 and 62. RGB value is (54,48,98). Sum of RGB (Red+Green+Blue) = 54+48+98=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 98 (38.67% from 255 or 49% from 200); Max value from RGB is 98 - color contains mainly: blue. Hex color #363062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363062 is #C9CF9D. Grayscale: #373737. Windows color (decimal): -13225886 or 6434870. OLE color: 6434870.

HSL color Cylindrical-coordinate representation of color #363062: hue angle of 247.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #363062 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB544898-
CMYK0.450.5100.62
HSL247.2º34.25%28.63%-
HSV(B)247.2º51.02%38.43%-
XYZ4.783.7812.03-
YUV55.49151.99126.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 48 (19.14% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 49%
R=27%
G=24%
B=49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5448980.450.5100.62247.234.2528.63
Hex3630622D3303Ef7221d
Octal666014255630763674235
Binary110110110000110001010110111001101111101111011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363062; }

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

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

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

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

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

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

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

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