#30285E

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

Shades of Paris M #30285E

Tints of Paris M #30285E

Color information

#30285E (or 0x30285E) is unknown color: approx Paris M. HEX triplet: 30, 28 and 5E. RGB value is (48,40,94). Sum of RGB (Red+Green+Blue) = 48+40+94=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #30285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30285E is #CFD7A1. Grayscale: #303030. Windows color (decimal): -13621154 or 6170672. OLE color: 6170672.

HSL color Cylindrical-coordinate representation of color #30285E: hue angle of 248.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30285E is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB484094-
CMYK0.490.5700.63
HSL248.89º40.3%26.27%-
HSV(B)248.89º57.45%36.86%-
XYZ42.9510.95-
YUV48.55153.65127.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 94 (37.11% from 255) = 51.65%
R=26.37%
G=21.98%
B=51.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4840940.490.5700.63248.8940.326.27
Hex30285E313903Ff9281a
Octal605013661710773715032
Binary110000101000101111011000111100101111111111100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30285E; }

 p { color: rgb(48,40,94); }

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

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

 a { background-color: rgb(48,40,94); }

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

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

 span { border-color: rgb(48,40,94); }

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