#302C5B

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

Shades of Paris M #302C5B

Tints of Paris M #302C5B

Color information

#302C5B (or 0x302C5B) is unknown color: approx Paris M. HEX triplet: 30, 2C and 5B. RGB value is (48,44,91). Sum of RGB (Red+Green+Blue) = 48+44+91=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #302C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C5B is #CFD3A4. Grayscale: #323232. Windows color (decimal): -13620133 or 5975088. OLE color: 5975088.

HSL color Cylindrical-coordinate representation of color #302C5B: hue angle of 245.11º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302C5B is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB484491-
CMYK0.470.5200.64
HSL245.11º34.81%26.47%-
HSV(B)245.11º51.65%35.69%-
XYZ4.013.1910.3-
YUV50.55150.83126.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.23%
GREEN value IS 44 (17.58% from 255) = 24.04%
BLUE value IS 91 (35.94% from 255) = 49.73%
R=26.23%
G=24.04%
B=49.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4844910.470.5200.64245.1134.8126.47
Hex302C5B2F34040f5231a
Octal6054133576401003654332
Binary1100001011001011011101111110100010000001111010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,44,91); }

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

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

 a { background-color: rgb(48,44,91); }

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

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

 span { border-color: rgb(48,44,91); }

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