Html Css Color HEX #302374 Paris M

📋 copy color: '#302374'

red 48 ◦ green 35 ◦ blue 116

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

Shades of Paris M #302374

Tints of Paris M #302374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

 BLUE value IS 116 (45.7% from 255) = 58.29%

R = 24.12%
G = 17.59%
B = 58.29%

CMYK

 C value IS 0.59

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302374 (or 0x302374) is known color: Paris M. HEX triplet: 30, 23 and 74. RGB value is (48,35,116). Sum of RGB (Red+Green+Blue) = 48+35+116=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #302374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302374 is #CFDC8B. Grayscale: #2F2F2F. Windows color (decimal): -13622412 or 7611184. OLE color: 7611184.

HSL color Cylindrical-coordinate representation of color #302374: hue angle of 249.63º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302374 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 35 116 -
CMYK 0.59 0.70 0 0.55
HSL 249.63º 0.54% 0.3% -
HSV(B) 249.63º 0.7% 0.45% -
XYZ 4.97 3.09 16.86 -
YUV 48.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 48 35 116 0.59 0.70 0 0.55 249.63 0.54 0.3
Hex 30 23 74 3B 46 0 37 FA 36 1E
Octal 60 43 164 73 106 0 67 372 66 36
Binary 110000 100011 1110100 111011 1000110 0 110111 11111010 110110 11110

Color Harmonies of #302374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302374

Black with #302374

Text Example


Text Example

White with #302374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302374; }

 p { color: rgb(48,35,116); }

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

background-color css

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

 a { background-color: rgb(48,35,116); }

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

border-color css

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

 span { border-color: rgb(48,35,116); }

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