Html Css Color HEX #302262 Paris M

📋 copy color: '#302262'

red 48 ◦ green 34 ◦ blue 98

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

Shades of Paris M #302262

Tints of Paris M #302262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.44%

R = 26.67%
G = 18.89%
B = 54.44%

CMYK

 C value IS 0.51

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302262 (or 0x302262) is known color: Paris M. HEX triplet: 30, 22 and 62. RGB value is (48,34,98). Sum of RGB (Red+Green+Blue) = 48+34+98=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #302262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302262 is #CFDD9D. Grayscale: #2D2D2D. Windows color (decimal): -13622686 or 6431280. OLE color: 6431280.

HSL color Cylindrical-coordinate representation of color #302262: hue angle of 253.12º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302262 is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 34 98 -
CMYK 0.51 0.65 0 0.62
HSL 253.13º 0.48% 0.26% -
HSV(B) 253.13º 0.65% 0.38% -
XYZ 4 2.65 11.86 -
YUV 45.48 157.64 129.8 -
System Red Green Blue C M Y K H S L
Decimal 48 34 98 0.51 0.65 0 0.62 253.13 0.48 0.26
Hex 30 22 62 33 41 0 3E FD 30 1A
Octal 60 42 142 63 101 0 76 375 60 32
Binary 110000 100010 1100010 110011 1000001 0 111110 11111101 110000 11010

Color Harmonies of #302262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302262

Black with #302262

Text Example


Text Example

White with #302262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302262; }

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

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

background-color css

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

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

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

border-color css

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

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

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