Html Css Color HEX #302365 Paris M

📋 copy color: '#302365'

red 48 ◦ green 35 ◦ blue 101

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

Shades of Paris M #302365

Tints of Paris M #302365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.02%

 BLUE value IS 101 (39.84% from 255) = 54.89%

R = 26.09%
G = 19.02%
B = 54.89%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#302365 (or 0x302365) is known color: Paris M. HEX triplet: 30, 23 and 65. RGB value is (48,35,101). Sum of RGB (Red+Green+Blue) = 48+35+101=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 35 (14.06% from 255 or 19.02% from 184); Blue value is 101 (39.84% from 255 or 54.89% from 184); Max value from RGB is 101 - color contains mainly: blue. Hex color #302365 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302365 is #CFDC9A. Grayscale: #2E2E2E. Windows color (decimal): -13622427 or 6628144. OLE color: 6628144.

HSL color Cylindrical-coordinate representation of color #302365: hue angle of 251.82º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302365 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 35 101 -
CMYK 0.52 0.65 0 0.60
HSL 251.82º 0.49% 0.27% -
HSV(B) 251.82º 0.65% 0.4% -
XYZ 4.17 2.77 12.63 -
YUV 46.41 158.81 129.13 -
System Red Green Blue C M Y K H S L
Decimal 48 35 101 0.52 0.65 0 0.60 251.82 0.49 0.27
Hex 30 23 65 34 41 0 3C FC 31 1B
Octal 60 43 145 64 101 0 74 374 61 33
Binary 110000 100011 1100101 110100 1000001 0 111100 11111100 110001 11011

Color Harmonies of #302365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302365

Black with #302365

Text Example


Text Example

White with #302365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302365; }

 p { color: rgb(48,35,101); }

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

background-color css

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

 a { background-color: rgb(48,35,101); }

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

border-color css

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

 span { border-color: rgb(48,35,101); }

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