#301F68

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

Shades of Paris M #301F68

Tints of Paris M #301F68

Color information

#301F68 (or 0x301F68) is unknown color: approx Paris M. HEX triplet: 30, 1F and 68. RGB value is (48,31,104). Sum of RGB (Red+Green+Blue) = 48+31+104=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 104 (41.02% from 255 or 56.83% from 183); Max value from RGB is 104 - color contains mainly: blue. Hex color #301F68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301F68 is #CFE097. Grayscale: #2C2C2C. Windows color (decimal): -13623448 or 6823728. OLE color: 6823728.

HSL color Cylindrical-coordinate representation of color #301F68: hue angle of 253.97º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #301F68 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4831104-
CMYK0.540.7000.59
HSL253.97º54.07%26.47%-
HSV(B)253.97º70.19%40.78%-
XYZ4.212.6113.38-
YUV44.4161.63130.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 104 (41.02% from 255) = 56.83%
R=26.23%
G=16.94%
B=56.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal48311040.540.7000.59253.9754.0726.47
Hex301F68364603Bfe361a
Octal6037150661060733766632
Binary110000111111101000110110100011001110111111111011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301F68; }

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

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

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

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

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

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

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

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