Html Css Color HEX #30425C Madison

📋 copy color: '#30425C'

red 48 ◦ green 66 ◦ blue 92

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

Shades of Madison #30425C

Tints of Madison #30425C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.04%

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

R = 23.3%
G = 32.04%
B = 44.66%

CMYK

 C value IS 0.48

 M value IS 0.28

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30425C (or 0x30425C) is known color: Madison. HEX triplet: 30, 42 and 5C. RGB value is (48,66,92). Sum of RGB (Red+Green+Blue) = 48+66+92=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #30425C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30425C is #CFBDA3. Grayscale: #3F3F3F. Windows color (decimal): -13614500 or 6046256. OLE color: 6046256.

HSL color Cylindrical-coordinate representation of color #30425C: hue angle of 215.45º 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 #30425C is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 66 92 -
CMYK 0.48 0.28 0 0.64
HSL 215.45º 0.31% 0.27% -
HSV(B) 215.45º 0.48% 0.36% -
XYZ 5.1 5.3 10.88 -
YUV 63.58 144.04 116.89 -
System Red Green Blue C M Y K H S L
Decimal 48 66 92 0.48 0.28 0 0.64 215.45 0.31 0.27
Hex 30 42 5C 30 1C 0 40 D7 1F 1B
Octal 60 102 134 60 34 0 100 327 37 33
Binary 110000 1000010 1011100 110000 11100 0 1000000 11010111 11111 11011

Color Harmonies of #30425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30425C

Black with #30425C

Text Example


Text Example

White with #30425C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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