#304358

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

Shades of Madison #304358

Tints of Madison #304358

Color information

#304358 (or 0x304358) is unknown color: approx Madison. HEX triplet: 30, 43 and 58. RGB value is (48,67,88). Sum of RGB (Red+Green+Blue) = 48+67+88=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #304358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304358 is #CFBCA7. Grayscale: #3F3F3F. Windows color (decimal): -13614248 or 5784368. OLE color: 5784368.

HSL color Cylindrical-coordinate representation of color #304358: hue angle of 211.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304358 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB486788-
CMYK0.450.2400.65
HSL211.5º29.41%26.67%-
HSV(B)211.5º45.45%34.51%-
XYZ4.995.3510-
YUV63.71141.71116.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 67 (26.56% from 255) = 33.00%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=23.65%
G=33.00%
B=43.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4867880.450.2400.65211.529.4126.67
Hex3043582D18041d41d1b
Octal60103130553001013243533
Binary110000100001110110001011011100001000001110101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304358; }

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

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

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

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

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

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

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

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