#304355

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

Shades of Madison #304355

Tints of Madison #304355

Color information

#304355 (or 0x304355) is unknown color: approx Madison. HEX triplet: 30, 43 and 55. RGB value is (48,67,85). Sum of RGB (Red+Green+Blue) = 48+67+85=200 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 85 (33.59% from 255 or 42.5% from 200); Max value from RGB is 85 - color contains mainly: blue. Hex color #304355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304355 is #CFBCAA. Grayscale: #3F3F3F. Windows color (decimal): -13614251 or 5587760. OLE color: 5587760.

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

Color convert

RGB486785-
CMYK0.440.2100.67
HSL209.19º27.82%26.08%-
HSV(B)209.19º43.53%33.33%-
XYZ4.875.39.36-
YUV63.37140.21117.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 85 (33.59% from 255) = 42.5%
R=24%
G=33.5%
B=42.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4867850.440.2100.67209.1927.8226.08
Hex3043552C15043d11c1a
Octal60103125542501033213432
Binary110000100001110101011011001010101000011110100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304355; }

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

 H1.HeaderClassName
 {
   color: #304355;
 }
 .AnyTagClassName
 {
   color: #304355;
 }
</style>
background-color css

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

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

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

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

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

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