Html Css Color HEX #304055 Madison

📋 copy color: '#304055'

red 48 ◦ green 64 ◦ blue 85

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

Shades of Madison #304055

Tints of Madison #304055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.15%

R = 24.37%
G = 32.49%
B = 43.15%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304055 (or 0x304055) is known color: Madison. HEX triplet: 30, 40 and 55. RGB value is (48,64,85). Sum of RGB (Red+Green+Blue) = 48+64+85=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #304055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304055 is #CFBFAA. Grayscale: #3D3D3D. Windows color (decimal): -13615019 or 5586992. OLE color: 5586992.

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

Color convert

RGB 48 64 85 -
CMYK 0.44 0.25 0 0.67
HSL 214.05º 0.28% 0.26% -
HSV(B) 214.05º 0.44% 0.33% -
XYZ 4.69 4.95 9.3 -
YUV 61.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 48 64 85 0.44 0.25 0 0.67 214.05 0.28 0.26
Hex 30 40 55 2C 19 0 43 D6 1C 1A
Octal 60 100 125 54 31 0 103 326 34 32
Binary 110000 1000000 1010101 101100 11001 0 1000011 11010110 11100 11010

Color Harmonies of #304055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304055

Black with #304055

Text Example


Text Example

White with #304055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304055; }

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

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

background-color css

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

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

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

border-color css

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

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

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