Html Css Color HEX #302270 Paris M

📋 copy color: '#302270'

red 48 ◦ green 34 ◦ blue 112

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

Shades of Paris M #302270

Tints of Paris M #302270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 24.74%
G = 17.53%
B = 57.73%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302270 (or 0x302270) is known color: Paris M. HEX triplet: 30, 22 and 70. RGB value is (48,34,112). Sum of RGB (Red+Green+Blue) = 48+34+112=194 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.74% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #302270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302270 is #CFDD8F. Grayscale: #2E2E2E. Windows color (decimal): -13622672 or 7348784. OLE color: 7348784.

HSL color Cylindrical-coordinate representation of color #302270: hue angle of 250.77º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302270 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 34 112 -
CMYK 0.57 0.70 0 0.56
HSL 250.77º 0.53% 0.29% -
HSV(B) 250.77º 0.7% 0.44% -
XYZ 4.72 2.94 15.65 -
YUV 47.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 48 34 112 0.57 0.70 0 0.56 250.77 0.53 0.29
Hex 30 22 70 39 46 0 38 FB 35 1D
Octal 60 42 160 71 106 0 70 373 65 35
Binary 110000 100010 1110000 111001 1000110 0 111000 11111011 110101 11101

Color Harmonies of #302270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302270

Black with #302270

Text Example


Text Example

White with #302270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302270; }

 p { color: rgb(48,34,112); }

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

background-color css

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

 a { background-color: rgb(48,34,112); }

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

border-color css

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

 span { border-color: rgb(48,34,112); }

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