#304153

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

Shades of Madison #304153

Tints of Madison #304153

Color information

#304153 (or 0x304153) is unknown color: approx Madison. HEX triplet: 30, 41 and 53. RGB value is (48,65,83). Sum of RGB (Red+Green+Blue) = 48+65+83=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #304153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304153 is #CFBEAC. Grayscale: #3D3D3D. Windows color (decimal): -13614765 or 5456176. OLE color: 5456176.

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

Color convert

RGB486583-
CMYK0.420.2200.67
HSL210.86º26.72%25.69%-
HSV(B)210.86º42.17%32.55%-
XYZ4.675.038.91-
YUV61.97139.87118.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=24.49%
G=33.16%
B=42.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4865830.420.2200.67210.8626.7225.69
Hex3041532A16043d31b1a
Octal60101123522601033233332
Binary110000100000110100111010101011001000011110100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304153; }

 p { color: rgb(48,65,83); }

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

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

 a { background-color: rgb(48,65,83); }

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

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

 span { border-color: rgb(48,65,83); }

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