Html Css Color HEX #302670 Paris M

📋 copy color: '#302670'

red 48 ◦ green 38 ◦ blue 112

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

Shades of Paris M #302670

Tints of Paris M #302670

RGB

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

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

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

R = 24.24%
G = 19.19%
B = 56.57%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#302670 (or 0x302670) is known color: Paris M. HEX triplet: 30, 26 and 70. RGB value is (48,38,112). Sum of RGB (Red+Green+Blue) = 48+38+112=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #302670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302670 is #CFD98F. Grayscale: #313131. Windows color (decimal): -13621648 or 7349808. OLE color: 7349808.

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

Color convert

RGB 48 38 112 -
CMYK 0.57 0.66 0 0.56
HSL 248.11º 0.49% 0.29% -
HSV(B) 248.11º 0.66% 0.44% -
XYZ 4.84 3.18 15.69 -
YUV 49.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 48 38 112 0.57 0.66 0 0.56 248.11 0.49 0.29
Hex 30 26 70 39 42 0 38 F8 31 1D
Octal 60 46 160 71 102 0 70 370 61 35
Binary 110000 100110 1110000 111001 1000010 0 111000 11111000 110001 11101

Color Harmonies of #302670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302670

Black with #302670

Text Example


Text Example

White with #302670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302670; }

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

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

background-color css

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

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

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

border-color css

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

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

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