#302768

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

Shades of Paris M #302768

Tints of Paris M #302768

Color information

#302768 (or 0x302768) is unknown color: approx Paris M. HEX triplet: 30, 27 and 68. RGB value is (48,39,104). Sum of RGB (Red+Green+Blue) = 48+39+104=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #302768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302768 is #CFD897. Grayscale: #303030. Windows color (decimal): -13621400 or 6825776. OLE color: 6825776.

HSL color Cylindrical-coordinate representation of color #302768: hue angle of 248.31º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302768 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4839104-
CMYK0.540.6200.59
HSL248.31º45.45%28.04%-
HSV(B)248.31º62.5%40.78%-
XYZ4.443.0813.46-
YUV49.1158.98127.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 39 (15.62% from 255) = 20.42%
BLUE value IS 104 (41.02% from 255) = 54.45%
R=25.13%
G=20.42%
B=54.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48391040.540.6200.59248.3145.4528.04
Hex302768363E03Bf82d1c
Octal604715066760733705534
Binary110000100111110100011011011111001110111111100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302768; }

 p { color: rgb(48,39,104); }

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

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

 a { background-color: rgb(48,39,104); }

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

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

 span { border-color: rgb(48,39,104); }

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