#302C63

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

Shades of Paris M #302C63

Tints of Paris M #302C63

Color information

#302C63 (or 0x302C63) is unknown color: approx Paris M. HEX triplet: 30, 2C and 63. RGB value is (48,44,99). Sum of RGB (Red+Green+Blue) = 48+44+99=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #302C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C63 is #CFD39C. Grayscale: #333333. Windows color (decimal): -13620125 or 6499376. OLE color: 6499376.

HSL color Cylindrical-coordinate representation of color #302C63: hue angle of 244.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302C63 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB484499-
CMYK0.520.5600.61
HSL244.36º38.46%28.04%-
HSV(B)244.36º55.56%38.82%-
XYZ4.373.3312.22-
YUV51.47154.83125.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.13%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 99 (39.06% from 255) = 51.83%
R=25.13%
G=23.04%
B=51.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4844990.520.5600.61244.3638.4628.04
Hex302C63343803Df4261c
Octal605414364700753644634
Binary110000101100110001111010011100001111011111010010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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