Html Css Color HEX #302766 Paris M

📋 copy color: '#302766'

red 48 ◦ green 39 ◦ blue 102

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

Shades of Paris M #302766

Tints of Paris M #302766

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.63%

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

R = 25.4%
G = 20.63%
B = 53.97%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#302766 (or 0x302766) is known color: Paris M. HEX triplet: 30, 27 and 66. RGB value is (48,39,102). Sum of RGB (Red+Green+Blue) = 48+39+102=189 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.40% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 102 (40.23% from 255 or 53.97% from 189); Max value from RGB is 102 - color contains mainly: blue. Hex color #302766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302766 is #CFD899. Grayscale: #303030. Windows color (decimal): -13621402 or 6694704. OLE color: 6694704.

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

Color convert

RGB 48 39 102 -
CMYK 0.53 0.62 0 0.6
HSL 248.57º 0.45% 0.28% -
HSV(B) 248.57º 0.62% 0.4% -
XYZ 4.34 3.04 12.93 -
YUV 48.87 157.98 127.38 -
System Red Green Blue C M Y K H S L
Decimal 48 39 102 0.53 0.62 0 0.6 248.57 0.45 0.28
Hex 30 27 66 35 3E 0 3C F9 2D 1C
Octal 60 47 146 65 76 0 74 371 55 34
Binary 110000 100111 1100110 110101 111110 0 111100 11111001 101101 11100

Color Harmonies of #302766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302766

Black with #302766

Text Example


Text Example

White with #302766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302766; }

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

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

background-color css

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

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

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

border-color css

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

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

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