Html Css Color HEX #304059 Madison

📋 copy color: '#304059'

red 48 ◦ green 64 ◦ blue 89

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

Shades of Madison #304059

Tints of Madison #304059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 44.28%

R = 23.88%
G = 31.84%
B = 44.28%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304059 (or 0x304059) is known color: Madison. HEX triplet: 30, 40 and 59. RGB value is (48,64,89). Sum of RGB (Red+Green+Blue) = 48+64+89=201 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.88% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #304059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304059 is #CFBFA6. Grayscale: #3D3D3D. Windows color (decimal): -13615015 or 5849136. OLE color: 5849136.

HSL color Cylindrical-coordinate representation of color #304059: hue angle of 216.59º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #304059 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 64 89 -
CMYK 0.46 0.28 0 0.65
HSL 216.59º 0.3% 0.27% -
HSV(B) 216.59º 0.46% 0.35% -
XYZ 4.86 5.02 10.16 -
YUV 62.07 143.2 117.97 -
System Red Green Blue C M Y K H S L
Decimal 48 64 89 0.46 0.28 0 0.65 216.59 0.3 0.27
Hex 30 40 59 2E 1C 0 41 D9 1E 1B
Octal 60 100 131 56 34 0 101 331 36 33
Binary 110000 1000000 1011001 101110 11100 0 1000001 11011001 11110 11011

Color Harmonies of #304059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304059

Black with #304059

Text Example


Text Example

White with #304059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304059; }

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

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

background-color css

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

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

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

border-color css

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

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

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