Html Css Color HEX #302C63 Paris M

📋 copy color: '#302C63'

red 48 ◦ green 44 ◦ blue 99

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

Shades of Paris M #302C63

Tints of Paris M #302C63

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.04%

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

R = 25.13%
G = 23.04%
B = 51.83%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302C63 (or 0x302C63) is known color: Paris M. HEX triplet: 30, 2C and 63. RGB value is (48,44,99). Sum of RGB (Red+Green+Blue) = 48+44+99=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 99 (39.06% from 255 or 51.83% from 191); Max value from RGB is 99 - color contains mainly: blue. Hex color #302C63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C63 is #CFD39C. Grayscale: #333333. Windows color (decimal): -13620125 or 6499376. OLE color: 6499376.

HSL color Cylindrical-coordinate representation of color #302C63: hue angle of 244.36º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302C63 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 44 99 -
CMYK 0.52 0.56 0 0.61
HSL 244.36º 0.38% 0.28% -
HSV(B) 244.36º 0.56% 0.39% -
XYZ 4.37 3.33 12.22 -
YUV 51.47 154.83 125.53 -
System Red Green Blue C M Y K H S L
Decimal 48 44 99 0.52 0.56 0 0.61 244.36 0.38 0.28
Hex 30 2C 63 34 38 0 3D F4 26 1C
Octal 60 54 143 64 70 0 75 364 46 34
Binary 110000 101100 1100011 110100 111000 0 111101 11110100 100110 11100

Color Harmonies of #302C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C63

Black with #302C63

Text Example


Text Example

White with #302C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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