Html Css Color HEX #302558 Paris M

📋 copy color: '#302558'

red 48 ◦ green 37 ◦ blue 88

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

Shades of Paris M #302558

Tints of Paris M #302558

RGB

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

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

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

R = 27.75%
G = 21.39%
B = 50.87%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302558 (or 0x302558) is known color: Paris M. HEX triplet: 30, 25 and 58. RGB value is (48,37,88). Sum of RGB (Red+Green+Blue) = 48+37+88=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #302558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302558 is #CFDAA7. Grayscale: #2D2D2D. Windows color (decimal): -13621928 or 5776688. OLE color: 5776688.

HSL color Cylindrical-coordinate representation of color #302558: hue angle of 252.94º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302558 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 37 88 -
CMYK 0.45 0.58 0 0.65
HSL 252.94º 0.41% 0.25% -
HSV(B) 252.94º 0.58% 0.35% -
XYZ 3.64 2.66 9.55 -
YUV 46.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 48 37 88 0.45 0.58 0 0.65 252.94 0.41 0.25
Hex 30 25 58 2D 3A 0 41 FD 29 19
Octal 60 45 130 55 72 0 101 375 51 31
Binary 110000 100101 1011000 101101 111010 0 1000001 11111101 101001 11001

Color Harmonies of #302558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302558

Black with #302558

Text Example


Text Example

White with #302558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302558; }

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

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

background-color css

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

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

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

border-color css

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

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

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