#302D59

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

Shades of Paris M #302D59

Tints of Paris M #302D59

Color information

#302D59 (or 0x302D59) is unknown color: approx Paris M. HEX triplet: 30, 2D and 59. RGB value is (48,45,89). Sum of RGB (Red+Green+Blue) = 48+45+89=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #302D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302D59 is #CFD2A6. Grayscale: #323232. Windows color (decimal): -13619879 or 5844272. OLE color: 5844272.

HSL color Cylindrical-coordinate representation of color #302D59: hue angle of 244.09º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #302D59 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB484589-
CMYK0.460.4900.65
HSL244.09º32.84%26.27%-
HSV(B)244.09º49.44%34.9%-
XYZ3.963.239.87-
YUV50.91149.49125.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.37%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 89 (35.16% from 255) = 48.90%
R=26.37%
G=24.73%
B=48.90%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4845890.460.4900.65244.0932.8426.27
Hex302D592E31041f4211a
Octal6055131566101013644132
Binary1100001011011011001101110110001010000011111010010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302D59; }

 p { color: rgb(48,45,89); }

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

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

 a { background-color: rgb(48,45,89); }

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

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

 span { border-color: rgb(48,45,89); }

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