Html Css Color HEX #304253 Madison

📋 copy color: '#304253'

red 48 ◦ green 66 ◦ blue 83

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

Shades of Madison #304253

Tints of Madison #304253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 83 (32.81% from 255) = 42.13%

R = 24.37%
G = 33.5%
B = 42.13%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304253 (or 0x304253) is known color: Madison. HEX triplet: 30, 42 and 53. RGB value is (48,66,83). Sum of RGB (Red+Green+Blue) = 48+66+83=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #304253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304253 is #CFBDAC. Grayscale: #3E3E3E. Windows color (decimal): -13614509 or 5456432. OLE color: 5456432.

HSL color Cylindrical-coordinate representation of color #304253: hue angle of 209.14º 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 #304253 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 66 83 -
CMYK 0.42 0.20 0 0.67
HSL 209.14º 0.27% 0.26% -
HSV(B) 209.14º 0.42% 0.33% -
XYZ 4.73 5.15 8.93 -
YUV 62.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 48 66 83 0.42 0.20 0 0.67 209.14 0.27 0.26
Hex 30 42 53 2A 14 0 43 D1 1B 1A
Octal 60 102 123 52 24 0 103 321 33 32
Binary 110000 1000010 1010011 101010 10100 0 1000011 11010001 11011 11010

Color Harmonies of #304253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304253

Black with #304253

Text Example


Text Example

White with #304253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304253; }

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

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

background-color css

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

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

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

border-color css

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

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

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