#304055

Color #304055 Madison (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madison #304055

Tints of Madison #304055

Color information

#304055 (or 0x304055) is unknown color: approx 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

RGB486485-
CMYK0.440.2500.67
HSL214.05º27.82%26.08%-
HSV(B)214.05º43.53%33.33%-
XYZ4.694.959.3-
YUV61.61141.2118.29-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4864850.440.2500.67214.0527.8226.08
Hex3040552C19043d61c1a
Octal60100125543101033263432
Binary110000100000010101011011001100101000011110101101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>