Html Css Color HEX #302C60 Paris M

📋 copy color: '#302C60'

red 48 ◦ green 44 ◦ blue 96

#302C60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #302C60

Tints of Paris M #302C60

RGB

 RED value IS 48 (19.14% from 255) = 25.53%

 GREEN value IS 44 (17.58% from 255) = 23.4%

 BLUE value IS 96 (37.89% from 255) = 51.06%

R = 25.53%
G = 23.4%
B = 51.06%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302C60 (or 0x302C60) is known color: Paris M. HEX triplet: 30, 2C and 60. RGB value is (48,44,96). Sum of RGB (Red+Green+Blue) = 48+44+96=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 44 (17.58% from 255 or 23.40% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #302C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C60 is #CFD39F. Grayscale: #323232. Windows color (decimal): -13620128 or 6302768. OLE color: 6302768.

HSL color Cylindrical-coordinate representation of color #302C60: hue angle of 244.62º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302C60 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 44 96 -
CMYK 0.50 0.54 0 0.62
HSL 244.62º 0.37% 0.27% -
HSV(B) 244.62º 0.54% 0.38% -
XYZ 4.23 3.27 11.48 -
YUV 51.12 153.33 125.77 -
System Red Green Blue C M Y K H S L
Decimal 48 44 96 0.50 0.54 0 0.62 244.62 0.37 0.27
Hex 30 2C 60 32 36 0 3E F5 25 1B
Octal 60 54 140 62 66 0 76 365 45 33
Binary 110000 101100 1100000 110010 110110 0 111110 11110101 100101 11011

Color Harmonies of #302C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C60

Black with #302C60

Text Example


Text Example

White with #302C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #302C60;
 }
 .AnyTagClassName
 {
   color: #302C60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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