Html Css Color HEX #304057 Madison

📋 copy color: '#304057'

red 48 ◦ green 64 ◦ blue 87

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

Shades of Madison #304057

Tints of Madison #304057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 43.72%

R = 24.12%
G = 32.16%
B = 43.72%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#304057 (or 0x304057) is known color: Madison. HEX triplet: 30, 40 and 57. RGB value is (48,64,87). Sum of RGB (Red+Green+Blue) = 48+64+87=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 87 (34.38% from 255 or 43.72% from 199); Max value from RGB is 87 - color contains mainly: blue. Hex color #304057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304057 is #CFBFA8. Grayscale: #3D3D3D. Windows color (decimal): -13615017 or 5718064. OLE color: 5718064.

HSL color Cylindrical-coordinate representation of color #304057: hue angle of 215.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304057 is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 64 87 -
CMYK 0.45 0.26 0 0.66
HSL 215.38º 0.29% 0.26% -
HSV(B) 215.38º 0.45% 0.34% -
XYZ 4.77 4.98 9.73 -
YUV 61.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 48 64 87 0.45 0.26 0 0.66 215.38 0.29 0.26
Hex 30 40 57 2D 1A 0 42 D7 1D 1A
Octal 60 100 127 55 32 0 102 327 35 32
Binary 110000 1000000 1010111 101101 11010 0 1000010 11010111 11101 11010

Color Harmonies of #304057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304057

Black with #304057

Text Example


Text Example

White with #304057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304057; }

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

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

background-color css

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

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

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

border-color css

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

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

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