#302370

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

Shades of Paris M #302370

Tints of Paris M #302370

Color information

#302370 (or 0x302370) is unknown color: approx Paris M. HEX triplet: 30, 23 and 70. RGB value is (48,35,112). Sum of RGB (Red+Green+Blue) = 48+35+112=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #302370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302370 is #CFDC8F. Grayscale: #2F2F2F. Windows color (decimal): -13622416 or 7349040. OLE color: 7349040.

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

Color convert

RGB4835112-
CMYK0.570.6900.56
HSL250.13º52.38%28.82%-
HSV(B)250.13º68.75%43.92%-
XYZ4.74315.66-
YUV47.66164.31128.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=24.62%
G=17.95%
B=57.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal48351120.570.6900.56250.1352.3828.82
Hex3023703945038fa341d
Octal6043160711050703726435
Binary1100001000111110000111001100010101110001111101011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302370; }

 p { color: rgb(48,35,112); }

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

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

 a { background-color: rgb(48,35,112); }

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

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

 span { border-color: rgb(48,35,112); }

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