#302067

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

Shades of Paris M #302067

Tints of Paris M #302067

Color information

#302067 (or 0x302067) is unknown color: approx Paris M. HEX triplet: 30, 20 and 67. RGB value is (48,32,103). Sum of RGB (Red+Green+Blue) = 48+32+103=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 103 (40.62% from 255 or 56.28% from 183); Max value from RGB is 103 - color contains mainly: blue. Hex color #302067 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302067 is #CFDF98. Grayscale: #2C2C2C. Windows color (decimal): -13623193 or 6758448. OLE color: 6758448.

HSL color Cylindrical-coordinate representation of color #302067: hue angle of 253.52º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302067 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4832103-
CMYK0.530.6900.60
HSL253.52º52.59%26.47%-
HSV(B)253.52º68.93%40.39%-
XYZ4.182.6413.12-
YUV44.88160.8130.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 103 (40.62% from 255) = 56.28%
R=26.23%
G=17.49%
B=56.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48321030.530.6900.60253.5252.5926.47
Hex302067354503Cfe351a
Octal6040147651050743766532
Binary1100001000001100111110101100010101111001111111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302067; }

 p { color: rgb(48,32,103); }

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

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

 a { background-color: rgb(48,32,103); }

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

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

 span { border-color: rgb(48,32,103); }

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