#301E6E

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

Shades of Paris M #301E6E

Tints of Paris M #301E6E

Color information

#301E6E (or 0x301E6E) is unknown color: approx Paris M. HEX triplet: 30, 1E and 6E. RGB value is (48,30,110). Sum of RGB (Red+Green+Blue) = 48+30+110=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 110 (43.36% from 255 or 58.51% from 188); Max value from RGB is 110 - color contains mainly: blue. Hex color #301E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #301E6E is #CFE191. Grayscale: #2C2C2C. Windows color (decimal): -13623698 or 7216688. OLE color: 7216688.

HSL color Cylindrical-coordinate representation of color #301E6E: hue angle of 253.5º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301E6E is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4830110-
CMYK0.560.7300.57
HSL253.5º57.14%27.45%-
HSV(B)253.5º72.73%43.14%-
XYZ4.52.6815.03-
YUV44.5164.96130.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 110 (43.36% from 255) = 58.51%
R=25.53%
G=15.96%
B=58.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48301100.560.7300.57253.557.1427.45
Hex301E6E3849039fe391b
Octal6036156701110713767133
Binary110000111101101110111000100100101110011111111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,30,110); }

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

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

 a { background-color: rgb(48,30,110); }

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

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

 span { border-color: rgb(48,30,110); }

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