Html Css Color HEX #302372 Paris M

📋 copy color: '#302372'

red 48 ◦ green 35 ◦ blue 114

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

Shades of Paris M #302372

Tints of Paris M #302372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 24.37%
G = 17.77%
B = 57.87%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#302372 (or 0x302372) is known color: Paris M. HEX triplet: 30, 23 and 72. RGB value is (48,35,114). Sum of RGB (Red+Green+Blue) = 48+35+114=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #302372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302372 is #CFDC8D. Grayscale: #2F2F2F. Windows color (decimal): -13622414 or 7480112. OLE color: 7480112.

HSL color Cylindrical-coordinate representation of color #302372: hue angle of 249.87º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302372 is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 35 114 -
CMYK 0.58 0.69 0 0.55
HSL 249.87º 0.53% 0.29% -
HSV(B) 249.87º 0.69% 0.45% -
XYZ 4.86 3.05 16.25 -
YUV 47.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 48 35 114 0.58 0.69 0 0.55 249.87 0.53 0.29
Hex 30 23 72 3A 45 0 37 FA 35 1D
Octal 60 43 162 72 105 0 67 372 65 35
Binary 110000 100011 1110010 111010 1000101 0 110111 11111010 110101 11101

Color Harmonies of #302372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302372

Black with #302372

Text Example


Text Example

White with #302372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302372; }

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

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

background-color css

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

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

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

border-color css

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

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

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