Html Css Color HEX #30435B Madison

📋 copy color: '#30435B'

red 48 ◦ green 67 ◦ blue 91

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

Shades of Madison #30435B

Tints of Madison #30435B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 23.3%
G = 32.52%
B = 44.17%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#30435B (or 0x30435B) is known color: Madison. HEX triplet: 30, 43 and 5B. RGB value is (48,67,91). Sum of RGB (Red+Green+Blue) = 48+67+91=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #30435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435B is #CFBCA4. Grayscale: #3F3F3F. Windows color (decimal): -13614245 or 5980976. OLE color: 5980976.

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

Color convert

RGB 48 67 91 -
CMYK 0.47 0.26 0 0.64
HSL 213.49º 0.31% 0.27% -
HSV(B) 213.49º 0.47% 0.36% -
XYZ 5.11 5.4 10.67 -
YUV 64.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 48 67 91 0.47 0.26 0 0.64 213.49 0.31 0.27
Hex 30 43 5B 2F 1A 0 40 D5 1F 1B
Octal 60 103 133 57 32 0 100 325 37 33
Binary 110000 1000011 1011011 101111 11010 0 1000000 11010101 11111 11011

Color Harmonies of #30435B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30435B

Black with #30435B

Text Example


Text Example

White with #30435B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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