Html Css Color HEX #302864 Paris M

📋 copy color: '#302864'

red 48 ◦ green 40 ◦ blue 100

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

Shades of Paris M #302864

Tints of Paris M #302864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 53.19%

R = 25.53%
G = 21.28%
B = 53.19%

CMYK

 C value IS 0.52

 M value IS 0.6

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#302864 (or 0x302864) is known color: Paris M. HEX triplet: 30, 28 and 64. RGB value is (48,40,100). Sum of RGB (Red+Green+Blue) = 48+40+100=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 100 (39.45% from 255 or 53.19% from 188); Max value from RGB is 100 - color contains mainly: blue. Hex color #302864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302864 is #CFD79B. Grayscale: #313131. Windows color (decimal): -13621148 or 6563888. OLE color: 6563888.

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

Color convert

RGB 48 40 100 -
CMYK 0.52 0.6 0 0.61
HSL 248º 0.43% 0.27% -
HSV(B) 248º 0.6% 0.39% -
XYZ 4.28 3.07 12.42 -
YUV 49.23 156.65 127.12 -
System Red Green Blue C M Y K H S L
Decimal 48 40 100 0.52 0.6 0 0.61 248 0.43 0.27
Hex 30 28 64 34 3C 0 3D F8 2B 1B
Octal 60 50 144 64 74 0 75 370 53 33
Binary 110000 101000 1100100 110100 111100 0 111101 11111000 101011 11011

Color Harmonies of #302864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302864

Black with #302864

Text Example


Text Example

White with #302864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302864; }

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

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

background-color css

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

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

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

border-color css

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

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

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