Html Css Color HEX #302758 Paris M

📋 copy color: '#302758'

red 48 ◦ green 39 ◦ blue 88

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

Shades of Paris M #302758

Tints of Paris M #302758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.29%

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

R = 27.43%
G = 22.29%
B = 50.29%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302758 (or 0x302758) is known color: Paris M. HEX triplet: 30, 27 and 58. RGB value is (48,39,88). Sum of RGB (Red+Green+Blue) = 48+39+88=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #302758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302758 is #CFD8A7. Grayscale: #2F2F2F. Windows color (decimal): -13621416 or 5777200. OLE color: 5777200.

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

Color convert

RGB 48 39 88 -
CMYK 0.45 0.56 0 0.65
HSL 251.02º 0.39% 0.25% -
HSV(B) 251.02º 0.56% 0.35% -
XYZ 3.71 2.78 9.57 -
YUV 47.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 48 39 88 0.45 0.56 0 0.65 251.02 0.39 0.25
Hex 30 27 58 2D 38 0 41 FB 27 19
Octal 60 47 130 55 70 0 101 373 47 31
Binary 110000 100111 1011000 101101 111000 0 1000001 11111011 100111 11001

Color Harmonies of #302758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302758

Black with #302758

Text Example


Text Example

White with #302758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302758; }

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

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

background-color css

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

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

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

border-color css

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

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

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