Html Css Color HEX #304358 Madison

📋 copy color: '#304358'

red 48 ◦ green 67 ◦ blue 88

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

Shades of Madison #304358

Tints of Madison #304358

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 23.65%
G = 33%
B = 43.35%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#304358 (or 0x304358) is known color: Madison. HEX triplet: 30, 43 and 58. RGB value is (48,67,88). Sum of RGB (Red+Green+Blue) = 48+67+88=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #304358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304358 is #CFBCA7. Grayscale: #3F3F3F. Windows color (decimal): -13614248 or 5784368. OLE color: 5784368.

HSL color Cylindrical-coordinate representation of color #304358: hue angle of 211.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #304358 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 48 67 88 -
CMYK 0.45 0.24 0 0.65
HSL 211.5º 0.29% 0.27% -
HSV(B) 211.5º 0.45% 0.35% -
XYZ 4.99 5.35 10 -
YUV 63.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 48 67 88 0.45 0.24 0 0.65 211.5 0.29 0.27
Hex 30 43 58 2D 18 0 41 D4 1D 1B
Octal 60 103 130 55 30 0 101 324 35 33
Binary 110000 1000011 1011000 101101 11000 0 1000001 11010100 11101 11011

Color Harmonies of #304358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304358

Black with #304358

Text Example


Text Example

White with #304358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304358; }

 p { color: rgb(48,67,88); }

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

background-color css

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

 a { background-color: rgb(48,67,88); }

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

border-color css

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

 span { border-color: rgb(48,67,88); }

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