Html Css Color HEX #304054 Madison

📋 copy color: '#304054'

red 48 ◦ green 64 ◦ blue 84

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

Shades of Madison #304054

Tints of Madison #304054

RGB

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

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

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

R = 24.49%
G = 32.65%
B = 42.86%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304054 (or 0x304054) is known color: Madison. HEX triplet: 30, 40 and 54. RGB value is (48,64,84). Sum of RGB (Red+Green+Blue) = 48+64+84=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 84 (33.20% from 255 or 42.86% from 196); Max value from RGB is 84 - color contains mainly: blue. Hex color #304054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304054 is #CFBFAB. Grayscale: #3D3D3D. Windows color (decimal): -13615020 or 5521456. OLE color: 5521456.

HSL color Cylindrical-coordinate representation of color #304054: hue angle of 213.33º 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 #304054 is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 64 84 -
CMYK 0.43 0.24 0 0.67
HSL 213.33º 0.27% 0.26% -
HSV(B) 213.33º 0.43% 0.33% -
XYZ 4.65 4.94 9.09 -
YUV 61.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 48 64 84 0.43 0.24 0 0.67 213.33 0.27 0.26
Hex 30 40 54 2B 18 0 43 D5 1B 1A
Octal 60 100 124 53 30 0 103 325 33 32
Binary 110000 1000000 1010100 101011 11000 0 1000011 11010101 11011 11010

Color Harmonies of #304054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304054

Black with #304054

Text Example


Text Example

White with #304054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304054; }

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

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

background-color css

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

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

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

border-color css

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

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

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