Html Css Color HEX #304255 Madison

📋 copy color: '#304255'

red 48 ◦ green 66 ◦ blue 85

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

Shades of Madison #304255

Tints of Madison #304255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 42.71%

R = 24.12%
G = 33.17%
B = 42.71%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#304255 (or 0x304255) is known color: Madison. HEX triplet: 30, 42 and 55. RGB value is (48,66,85). Sum of RGB (Red+Green+Blue) = 48+66+85=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #304255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304255 is #CFBDAA. Grayscale: #3E3E3E. Windows color (decimal): -13614507 or 5587504. OLE color: 5587504.

HSL color Cylindrical-coordinate representation of color #304255: hue angle of 210.81º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304255 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 66 85 -
CMYK 0.44 0.22 0 0.67
HSL 210.81º 0.28% 0.26% -
HSV(B) 210.81º 0.44% 0.33% -
XYZ 4.81 5.18 9.34 -
YUV 62.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 48 66 85 0.44 0.22 0 0.67 210.81 0.28 0.26
Hex 30 42 55 2C 16 0 43 D3 1C 1A
Octal 60 102 125 54 26 0 103 323 34 32
Binary 110000 1000010 1010101 101100 10110 0 1000011 11010011 11100 11010

Color Harmonies of #304255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304255

Black with #304255

Text Example


Text Example

White with #304255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304255; }

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

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

background-color css

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

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

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

border-color css

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

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

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