Html Css Color HEX #302676 Paris M

📋 copy color: '#302676'

red 48 ◦ green 38 ◦ blue 118

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

Shades of Paris M #302676

Tints of Paris M #302676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 57.84%

R = 23.53%
G = 18.63%
B = 57.84%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#302676 (or 0x302676) is known color: Paris M. HEX triplet: 30, 26 and 76. RGB value is (48,38,118). Sum of RGB (Red+Green+Blue) = 48+38+118=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 38 (15.23% from 255 or 18.63% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #302676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302676 is #CFD989. Grayscale: #313131. Windows color (decimal): -13621642 or 7743024. OLE color: 7743024.

HSL color Cylindrical-coordinate representation of color #302676: hue angle of 247.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #302676 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 38 118 -
CMYK 0.59 0.68 0 0.54
HSL 247.5º 0.51% 0.31% -
HSV(B) 247.5º 0.68% 0.46% -
XYZ 5.18 3.32 17.51 -
YUV 50.11 166.31 126.5 -
System Red Green Blue C M Y K H S L
Decimal 48 38 118 0.59 0.68 0 0.54 247.5 0.51 0.31
Hex 30 26 76 3B 44 0 36 F8 33 1F
Octal 60 46 166 73 104 0 66 370 63 37
Binary 110000 100110 1110110 111011 1000100 0 110110 11111000 110011 11111

Color Harmonies of #302676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302676

Black with #302676

Text Example


Text Example

White with #302676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302676; }

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

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

background-color css

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

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

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

border-color css

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

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

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