Html Css Color HEX #302675 Paris M

📋 copy color: '#302675'

red 48 ◦ green 38 ◦ blue 117

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

Shades of Paris M #302675

Tints of Paris M #302675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.64%

R = 23.65%
G = 18.72%
B = 57.64%

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

#302675 (or 0x302675) is known color: Paris M. HEX triplet: 30, 26 and 75. RGB value is (48,38,117). Sum of RGB (Red+Green+Blue) = 48+38+117=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #302675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302675 is #CFD98A. Grayscale: #313131. Windows color (decimal): -13621643 or 7677488. OLE color: 7677488.

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

Color convert

RGB 48 38 117 -
CMYK 0.59 0.68 0 0.54
HSL 247.59º 0.51% 0.3% -
HSV(B) 247.59º 0.68% 0.46% -
XYZ 5.12 3.3 17.2 -
YUV 50 165.81 126.58 -
System Red Green Blue C M Y K H S L
Decimal 48 38 117 0.59 0.68 0 0.54 247.59 0.51 0.3
Hex 30 26 75 3B 44 0 36 F8 33 1E
Octal 60 46 165 73 104 0 66 370 63 36
Binary 110000 100110 1110101 111011 1000100 0 110110 11111000 110011 11110

Color Harmonies of #302675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302675

Black with #302675

Text Example


Text Example

White with #302675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302675; }

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

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

background-color css

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

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

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

border-color css

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

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

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