Html Css Color HEX #302662 Paris M

📋 copy color: '#302662'

red 48 ◦ green 38 ◦ blue 98

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

Shades of Paris M #302662

Tints of Paris M #302662

RGB

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

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

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

R = 26.09%
G = 20.65%
B = 53.26%

CMYK

 C value IS 0.51

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#302662 (or 0x302662) is known color: Paris M. HEX triplet: 30, 26 and 62. RGB value is (48,38,98). Sum of RGB (Red+Green+Blue) = 48+38+98=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 38 (15.23% from 255 or 20.65% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #302662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302662 is #CFD99D. Grayscale: #2F2F2F. Windows color (decimal): -13621662 or 6432304. OLE color: 6432304.

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

Color convert

RGB 48 38 98 -
CMYK 0.51 0.61 0 0.62
HSL 250º 0.44% 0.27% -
HSV(B) 250º 0.61% 0.38% -
XYZ 4.12 2.9 11.9 -
YUV 47.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 48 38 98 0.51 0.61 0 0.62 250 0.44 0.27
Hex 30 26 62 33 3D 0 3E FA 2C 1B
Octal 60 46 142 63 75 0 76 372 54 33
Binary 110000 100110 1100010 110011 111101 0 111110 11111010 101100 11011

Color Harmonies of #302662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302662

Black with #302662

Text Example


Text Example

White with #302662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302662; }

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

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

background-color css

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

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

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

border-color css

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

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

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