Html Css Color HEX #302358 Paris M

📋 copy color: '#302358'

red 48 ◦ green 35 ◦ blue 88

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

Shades of Paris M #302358

Tints of Paris M #302358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 51.46%

R = 28.07%
G = 20.47%
B = 51.46%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302358 (or 0x302358) is known color: Paris M. HEX triplet: 30, 23 and 58. RGB value is (48,35,88). Sum of RGB (Red+Green+Blue) = 48+35+88=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 88 (34.77% from 255 or 51.46% from 171); Max value from RGB is 88 - color contains mainly: blue. Hex color #302358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302358 is #CFDCA7. Grayscale: #2C2C2C. Windows color (decimal): -13622440 or 5776176. OLE color: 5776176.

HSL color Cylindrical-coordinate representation of color #302358: hue angle of 254.72º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302358 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 35 88 -
CMYK 0.45 0.60 0 0.65
HSL 254.72º 0.43% 0.24% -
HSV(B) 254.72º 0.6% 0.35% -
XYZ 3.58 2.54 9.53 -
YUV 44.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 48 35 88 0.45 0.60 0 0.65 254.72 0.43 0.24
Hex 30 23 58 2D 3C 0 41 FF 2B 18
Octal 60 43 130 55 74 0 101 377 53 30
Binary 110000 100011 1011000 101101 111100 0 1000001 11111111 101011 11000

Color Harmonies of #302358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302358

Black with #302358

Text Example


Text Example

White with #302358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302358; }

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

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

background-color css

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

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

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

border-color css

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

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

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