Html Css Color HEX #302663 Paris M

📋 copy color: '#302663'

red 48 ◦ green 38 ◦ blue 99

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

Shades of Paris M #302663

Tints of Paris M #302663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.54%

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

R = 25.95%
G = 20.54%
B = 53.51%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302663 (or 0x302663) is known color: Paris M. HEX triplet: 30, 26 and 63. RGB value is (48,38,99). Sum of RGB (Red+Green+Blue) = 48+38+99=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #302663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302663 is #CFD99C. Grayscale: #2F2F2F. Windows color (decimal): -13621661 or 6497840. OLE color: 6497840.

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

Color convert

RGB 48 38 99 -
CMYK 0.52 0.62 0 0.61
HSL 249.84º 0.45% 0.27% -
HSV(B) 249.84º 0.62% 0.39% -
XYZ 4.16 2.92 12.15 -
YUV 47.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 48 38 99 0.52 0.62 0 0.61 249.84 0.45 0.27
Hex 30 26 63 34 3E 0 3D FA 2D 1B
Octal 60 46 143 64 76 0 75 372 55 33
Binary 110000 100110 1100011 110100 111110 0 111101 11111010 101101 11011

Color Harmonies of #302663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302663

Black with #302663

Text Example


Text Example

White with #302663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302663; }

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

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

background-color css

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

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

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

border-color css

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

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

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