Html Css Color HEX #302266 Paris M

📋 copy color: '#302266'

red 48 ◦ green 34 ◦ blue 102

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

Shades of Paris M #302266

Tints of Paris M #302266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 55.43%

R = 26.09%
G = 18.48%
B = 55.43%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#302266 (or 0x302266) is known color: Paris M. HEX triplet: 30, 22 and 66. RGB value is (48,34,102). Sum of RGB (Red+Green+Blue) = 48+34+102=184 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.09% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #302266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302266 is #CFDD99. Grayscale: #2D2D2D. Windows color (decimal): -13622682 or 6693424. OLE color: 6693424.

HSL color Cylindrical-coordinate representation of color #302266: hue angle of 252.35º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302266 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 34 102 -
CMYK 0.53 0.67 0 0.6
HSL 252.35º 0.5% 0.27% -
HSV(B) 252.35º 0.67% 0.4% -
XYZ 4.19 2.73 12.88 -
YUV 45.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 48 34 102 0.53 0.67 0 0.6 252.35 0.5 0.27
Hex 30 22 66 35 43 0 3C FC 32 1B
Octal 60 42 146 65 103 0 74 374 62 33
Binary 110000 100010 1100110 110101 1000011 0 111100 11111100 110010 11011

Color Harmonies of #302266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302266

Black with #302266

Text Example


Text Example

White with #302266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302266; }

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

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

background-color css

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

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

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

border-color css

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

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

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