Html Css Color HEX #302576 Paris M

📋 copy color: '#302576'

red 48 ◦ green 37 ◦ blue 118

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

Shades of Paris M #302576

Tints of Paris M #302576

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.23%

 BLUE value IS 118 (46.48% from 255) = 58.13%

R = 23.65%
G = 18.23%
B = 58.13%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#302576 (or 0x302576) is known color: Paris M. HEX triplet: 30, 25 and 76. RGB value is (48,37,118). Sum of RGB (Red+Green+Blue) = 48+37+118=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #302576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302576 is #CFDA89. Grayscale: #313131. Windows color (decimal): -13621898 or 7742768. OLE color: 7742768.

HSL color Cylindrical-coordinate representation of color #302576: hue angle of 248.15º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302576 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 37 118 -
CMYK 0.59 0.69 0 0.54
HSL 248.15º 0.52% 0.3% -
HSV(B) 248.15º 0.69% 0.46% -
XYZ 5.15 3.26 17.5 -
YUV 49.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 48 37 118 0.59 0.69 0 0.54 248.15 0.52 0.3
Hex 30 25 76 3B 45 0 36 F8 34 1E
Octal 60 45 166 73 105 0 66 370 64 36
Binary 110000 100101 1110110 111011 1000101 0 110110 11111000 110100 11110

Color Harmonies of #302576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302576

Black with #302576

Text Example


Text Example

White with #302576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302576; }

 p { color: rgb(48,37,118); }

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

background-color css

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

 a { background-color: rgb(48,37,118); }

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

border-color css

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

 span { border-color: rgb(48,37,118); }

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