Html Css Color HEX #304254 Madison

📋 copy color: '#304254'

red 48 ◦ green 66 ◦ blue 84

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

Shades of Madison #304254

Tints of Madison #304254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 42.42%

R = 24.24%
G = 33.33%
B = 42.42%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304254 (or 0x304254) is known color: Madison. HEX triplet: 30, 42 and 54. RGB value is (48,66,84). Sum of RGB (Red+Green+Blue) = 48+66+84=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #304254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304254 is #CFBDAB. Grayscale: #3E3E3E. Windows color (decimal): -13614508 or 5521968. OLE color: 5521968.

HSL color Cylindrical-coordinate representation of color #304254: hue angle of 210º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #304254 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 66 84 -
CMYK 0.43 0.21 0 0.67
HSL 210º 0.27% 0.26% -
HSV(B) 210º 0.43% 0.33% -
XYZ 4.77 5.16 9.13 -
YUV 62.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 48 66 84 0.43 0.21 0 0.67 210 0.27 0.26
Hex 30 42 54 2B 15 0 43 D2 1B 1A
Octal 60 102 124 53 25 0 103 322 33 32
Binary 110000 1000010 1010100 101011 10101 0 1000011 11010010 11011 11010

Color Harmonies of #304254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304254

Black with #304254

Text Example


Text Example

White with #304254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304254; }

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

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

background-color css

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

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

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

border-color css

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

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

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