#362470

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

Shades of Paris M #362470

Tints of Paris M #362470

Color information

#362470 (or 0x362470) is unknown color: approx Paris M. HEX triplet: 36, 24 and 70. RGB value is (54,36,112). Sum of RGB (Red+Green+Blue) = 54+36+112=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #362470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362470 is #C9DB8F. Grayscale: #313131. Windows color (decimal): -13228944 or 7349302. OLE color: 7349302.

HSL color Cylindrical-coordinate representation of color #362470: hue angle of 254.21º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #362470 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5436112-
CMYK0.520.6800.56
HSL254.21º51.35%29.02%-
HSV(B)254.21º67.86%43.92%-
XYZ5.083.2215.68-
YUV50.05162.96130.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.73%
GREEN value IS 36 (14.45% from 255) = 17.82%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=26.73%
G=17.82%
B=55.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54361120.520.6800.56254.2151.3529.02
Hex3624703444038fe331d
Octal6644160641040703766335
Binary1101101001001110000110100100010001110001111111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362470; }

 p { color: rgb(54,36,112); }

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

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

 a { background-color: rgb(54,36,112); }

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

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

 span { border-color: rgb(54,36,112); }

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