Html Css Color HEX #302563 Paris M

📋 copy color: '#302563'

red 48 ◦ green 37 ◦ blue 99

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

Shades of Paris M #302563

Tints of Paris M #302563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 53.8%

R = 26.09%
G = 20.11%
B = 53.8%

CMYK

 C value IS 0.52

 M value IS 0.63

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302563 (or 0x302563) is known color: Paris M. HEX triplet: 30, 25 and 63. RGB value is (48,37,99). Sum of RGB (Red+Green+Blue) = 48+37+99=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 99 (39.06% from 255 or 53.80% from 184); Max value from RGB is 99 - color contains mainly: blue. Hex color #302563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302563 is #CFDA9C. Grayscale: #2F2F2F. Windows color (decimal): -13621917 or 6497584. OLE color: 6497584.

HSL color Cylindrical-coordinate representation of color #302563: hue angle of 250.65º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #302563 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 37 99 -
CMYK 0.52 0.63 0 0.61
HSL 250.65º 0.46% 0.27% -
HSV(B) 250.65º 0.63% 0.39% -
XYZ 4.13 2.85 12.14 -
YUV 47.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 48 37 99 0.52 0.63 0 0.61 250.65 0.46 0.27
Hex 30 25 63 34 3F 0 3D FB 2E 1B
Octal 60 45 143 64 77 0 75 373 56 33
Binary 110000 100101 1100011 110100 111111 0 111101 11111011 101110 11011

Color Harmonies of #302563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302563

Black with #302563

Text Example


Text Example

White with #302563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302563; }

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

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

background-color css

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

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

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

border-color css

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

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

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