Html Css Color HEX #302658 Paris M

📋 copy color: '#302658'

red 48 ◦ green 38 ◦ blue 88

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

Shades of Paris M #302658

Tints of Paris M #302658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 50.57%

R = 27.59%
G = 21.84%
B = 50.57%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#302658 (or 0x302658) is known color: Paris M. HEX triplet: 30, 26 and 58. RGB value is (48,38,88). Sum of RGB (Red+Green+Blue) = 48+38+88=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #302658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302658 is #CFD9A7. Grayscale: #2E2E2E. Windows color (decimal): -13621672 or 5776944. OLE color: 5776944.

HSL color Cylindrical-coordinate representation of color #302658: hue angle of 252º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #302658 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 38 88 -
CMYK 0.45 0.57 0 0.65
HSL 252º 0.4% 0.25% -
HSV(B) 252º 0.57% 0.35% -
XYZ 3.67 2.72 9.56 -
YUV 46.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 48 38 88 0.45 0.57 0 0.65 252 0.4 0.25
Hex 30 26 58 2D 39 0 41 FC 28 19
Octal 60 46 130 55 71 0 101 374 50 31
Binary 110000 100110 1011000 101101 111001 0 1000001 11111100 101000 11001

Color Harmonies of #302658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302658

Black with #302658

Text Example


Text Example

White with #302658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302658; }

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

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

background-color css

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

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

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

border-color css

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

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

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