Html Css Color HEX #30405B Madison

📋 copy color: '#30405B'

red 48 ◦ green 64 ◦ blue 91

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

Shades of Madison #30405B

Tints of Madison #30405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.53%

 BLUE value IS 91 (35.94% from 255) = 44.83%

R = 23.65%
G = 31.53%
B = 44.83%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30405B (or 0x30405B) is known color: Madison. HEX triplet: 30, 40 and 5B. RGB value is (48,64,91). Sum of RGB (Red+Green+Blue) = 48+64+91=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #30405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30405B is #CFBFA4. Grayscale: #3E3E3E. Windows color (decimal): -13615013 or 5980208. OLE color: 5980208.

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

Color convert

RGB 48 64 91 -
CMYK 0.47 0.30 0 0.64
HSL 217.67º 0.31% 0.27% -
HSV(B) 217.67º 0.47% 0.36% -
XYZ 4.94 5.05 10.61 -
YUV 62.29 144.2 117.8 -
System Red Green Blue C M Y K H S L
Decimal 48 64 91 0.47 0.30 0 0.64 217.67 0.31 0.27
Hex 30 40 5B 2F 1E 0 40 DA 1F 1B
Octal 60 100 133 57 36 0 100 332 37 33
Binary 110000 1000000 1011011 101111 11110 0 1000000 11011010 11111 11011

Color Harmonies of #30405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30405B

Black with #30405B

Text Example


Text Example

White with #30405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30405B; }

 p { color: rgb(48,64,91); }

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

background-color css

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

 a { background-color: rgb(48,64,91); }

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

border-color css

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

 span { border-color: rgb(48,64,91); }

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