Html Css Color HEX #303F54 Madison

📋 copy color: '#303F54'

red 48 ◦ green 63 ◦ blue 84

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

Shades of Madison #303F54

Tints of Madison #303F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 43.08%

R = 24.62%
G = 32.31%
B = 43.08%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#303F54 (or 0x303F54) is known color: Madison. HEX triplet: 30, 3F and 54. RGB value is (48,63,84). Sum of RGB (Red+Green+Blue) = 48+63+84=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #303F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F54 is #CFC0AB. Grayscale: #3C3C3C. Windows color (decimal): -13615276 or 5521200. OLE color: 5521200.

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

Color convert

RGB 48 63 84 -
CMYK 0.43 0.25 0 0.67
HSL 215º 0.27% 0.26% -
HSV(B) 215º 0.43% 0.33% -
XYZ 4.6 4.82 9.08 -
YUV 60.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 48 63 84 0.43 0.25 0 0.67 215 0.27 0.26
Hex 30 3F 54 2B 19 0 43 D7 1B 1A
Octal 60 77 124 53 31 0 103 327 33 32
Binary 110000 111111 1010100 101011 11001 0 1000011 11010111 11011 11010

Color Harmonies of #303F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F54

Black with #303F54

Text Example


Text Example

White with #303F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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