Html Css Color HEX #303F51 Madison

📋 copy color: '#303F51'

red 48 ◦ green 63 ◦ blue 81

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

Shades of Madison #303F51

Tints of Madison #303F51

RGB

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

 GREEN value IS 63 (25% from 255) = 32.81%

 BLUE value IS 81 (32.03% from 255) = 42.19%

R = 25%
G = 32.81%
B = 42.19%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#303F51 (or 0x303F51) is known color: Madison. HEX triplet: 30, 3F and 51. RGB value is (48,63,81). Sum of RGB (Red+Green+Blue) = 48+63+81=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #303F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F51 is #CFC0AE. Grayscale: #3C3C3C. Windows color (decimal): -13615279 or 5324592. OLE color: 5324592.

HSL color Cylindrical-coordinate representation of color #303F51: hue angle of 212.73º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #303F51 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 63 81 -
CMYK 0.41 0.22 0 0.68
HSL 212.73º 0.26% 0.25% -
HSV(B) 212.73º 0.41% 0.32% -
XYZ 4.48 4.78 8.47 -
YUV 60.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 48 63 81 0.41 0.22 0 0.68 212.73 0.26 0.25
Hex 30 3F 51 29 16 0 44 D5 1A 19
Octal 60 77 121 51 26 0 104 325 32 31
Binary 110000 111111 1010001 101001 10110 0 1000100 11010101 11010 11001

Color Harmonies of #303F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F51

Black with #303F51

Text Example


Text Example

White with #303F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F51; }

 p { color: rgb(48,63,81); }

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

background-color css

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

 a { background-color: rgb(48,63,81); }

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

border-color css

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

 span { border-color: rgb(48,63,81); }

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