Html Css Color HEX #302359 Paris M

📋 copy color: '#302359'

red 48 ◦ green 35 ◦ blue 89

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

Shades of Paris M #302359

Tints of Paris M #302359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 51.74%

R = 27.91%
G = 20.35%
B = 51.74%

CMYK

 C value IS 0.46

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302359 (or 0x302359) is known color: Paris M. HEX triplet: 30, 23 and 59. RGB value is (48,35,89). Sum of RGB (Red+Green+Blue) = 48+35+89=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #302359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302359 is #CFDCA6. Grayscale: #2C2C2C. Windows color (decimal): -13622439 or 5841712. OLE color: 5841712.

HSL color Cylindrical-coordinate representation of color #302359: hue angle of 254.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #302359 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 35 89 -
CMYK 0.46 0.61 0 0.65
HSL 254.44º 0.44% 0.24% -
HSV(B) 254.44º 0.61% 0.35% -
XYZ 3.62 2.55 9.75 -
YUV 45.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 48 35 89 0.46 0.61 0 0.65 254.44 0.44 0.24
Hex 30 23 59 2E 3D 0 41 FE 2C 18
Octal 60 43 131 56 75 0 101 376 54 30
Binary 110000 100011 1011001 101110 111101 0 1000001 11111110 101100 11000

Color Harmonies of #302359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302359

Black with #302359

Text Example


Text Example

White with #302359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302359; }

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

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

background-color css

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

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

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

border-color css

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

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

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