Html Css Color HEX #302857 Paris M

📋 copy color: '#302857'

red 48 ◦ green 40 ◦ blue 87

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

Shades of Paris M #302857

Tints of Paris M #302857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

 BLUE value IS 87 (34.38% from 255) = 49.71%

R = 27.43%
G = 22.86%
B = 49.71%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#302857 (or 0x302857) is known color: Paris M. HEX triplet: 30, 28 and 57. RGB value is (48,40,87). Sum of RGB (Red+Green+Blue) = 48+40+87=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 87 (34.38% from 255 or 49.71% from 175); Max value from RGB is 87 - color contains mainly: blue. Hex color #302857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302857 is #CFD7A8. Grayscale: #2F2F2F. Windows color (decimal): -13621161 or 5711920. OLE color: 5711920.

HSL color Cylindrical-coordinate representation of color #302857: hue angle of 250.21º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #302857 is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 40 87 -
CMYK 0.45 0.54 0 0.66
HSL 250.21º 0.37% 0.25% -
HSV(B) 250.21º 0.54% 0.34% -
XYZ 3.7 2.83 9.37 -
YUV 47.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 48 40 87 0.45 0.54 0 0.66 250.21 0.37 0.25
Hex 30 28 57 2D 36 0 42 FA 25 19
Octal 60 50 127 55 66 0 102 372 45 31
Binary 110000 101000 1010111 101101 110110 0 1000010 11111010 100101 11001

Color Harmonies of #302857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302857

Black with #302857

Text Example


Text Example

White with #302857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302857; }

 p { color: rgb(48,40,87); }

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

background-color css

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

 a { background-color: rgb(48,40,87); }

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

border-color css

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

 span { border-color: rgb(48,40,87); }

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