Html Css Color HEX #30415C Madison

📋 copy color: '#30415C'

red 48 ◦ green 65 ◦ blue 92

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

Shades of Madison #30415C

Tints of Madison #30415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.71%

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 23.41%
G = 31.71%
B = 44.88%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30415C (or 0x30415C) is known color: Madison. HEX triplet: 30, 41 and 5C. RGB value is (48,65,92). Sum of RGB (Red+Green+Blue) = 48+65+92=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #30415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30415C is #CFBEA3. Grayscale: #3E3E3E. Windows color (decimal): -13614756 or 6046000. OLE color: 6046000.

HSL color Cylindrical-coordinate representation of color #30415C: hue angle of 216.82º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30415C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 65 92 -
CMYK 0.48 0.29 0 0.64
HSL 216.82º 0.31% 0.27% -
HSV(B) 216.82º 0.48% 0.36% -
XYZ 5.04 5.18 10.86 -
YUV 63 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 48 65 92 0.48 0.29 0 0.64 216.82 0.31 0.27
Hex 30 41 5C 30 1D 0 40 D9 1F 1B
Octal 60 101 134 60 35 0 100 331 37 33
Binary 110000 1000001 1011100 110000 11101 0 1000000 11011001 11111 11011

Color Harmonies of #30415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30415C

Black with #30415C

Text Example


Text Example

White with #30415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30415C; }

 p { color: rgb(48,65,92); }

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

background-color css

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

 a { background-color: rgb(48,65,92); }

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

border-color css

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

 span { border-color: rgb(48,65,92); }

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