Html Css Color HEX #303E4E Madison

📋 copy color: '#303E4E'

red 48 ◦ green 62 ◦ blue 78

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

Shades of Madison #303E4E

Tints of Madison #303E4E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.98%

 BLUE value IS 78 (30.86% from 255) = 41.49%

R = 25.53%
G = 32.98%
B = 41.49%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303E4E (or 0x303E4E) is known color: Madison. HEX triplet: 30, 3E and 4E. RGB value is (48,62,78). Sum of RGB (Red+Green+Blue) = 48+62+78=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #303E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E4E is #CFC1B1. Grayscale: #3B3B3B. Windows color (decimal): -13615538 or 5127728. OLE color: 5127728.

HSL color Cylindrical-coordinate representation of color #303E4E: hue angle of 212º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303E4E is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 62 78 -
CMYK 0.38 0.21 0 0.69
HSL 212º 0.24% 0.25% -
HSV(B) 212º 0.38% 0.31% -
XYZ 4.32 4.62 7.87 -
YUV 59.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 48 62 78 0.38 0.21 0 0.69 212 0.24 0.25
Hex 30 3E 4E 26 15 0 45 D4 18 19
Octal 60 76 116 46 25 0 105 324 30 31
Binary 110000 111110 1001110 100110 10101 0 1000101 11010100 11000 11001

Color Harmonies of #303E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E4E

Black with #303E4E

Text Example


Text Example

White with #303E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,62,78); }

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

background-color css

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

 a { background-color: rgb(48,62,78); }

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

border-color css

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

 span { border-color: rgb(48,62,78); }

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