Html Css Color HEX #30415B Madison

📋 copy color: '#30415B'

red 48 ◦ green 65 ◦ blue 91

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

Shades of Madison #30415B

Tints of Madison #30415B

RGB

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

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

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

R = 23.53%
G = 31.86%
B = 44.61%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30415B (or 0x30415B) is known color: Madison. HEX triplet: 30, 41 and 5B. RGB value is (48,65,91). Sum of RGB (Red+Green+Blue) = 48+65+91=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #30415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30415B is #CFBEA4. Grayscale: #3E3E3E. Windows color (decimal): -13614757 or 5980464. OLE color: 5980464.

HSL color Cylindrical-coordinate representation of color #30415B: hue angle of 216.28º 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 #30415B is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 48 65 91 -
CMYK 0.47 0.29 0 0.64
HSL 216.28º 0.31% 0.27% -
HSV(B) 216.28º 0.47% 0.36% -
XYZ 5 5.16 10.63 -
YUV 62.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 48 65 91 0.47 0.29 0 0.64 216.28 0.31 0.27
Hex 30 41 5B 2F 1D 0 40 D8 1F 1B
Octal 60 101 133 57 35 0 100 330 37 33
Binary 110000 1000001 1011011 101111 11101 0 1000000 11011000 11111 11011

Color Harmonies of #30415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30415B

Black with #30415B

Text Example


Text Example

White with #30415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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