#28384E

Color #28384E Madison (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madison #28384E

Tints of Madison #28384E

Color information

#28384E (or 0x28384E) is unknown color: approx Madison. HEX triplet: 28, 38 and 4E. RGB value is (40,56,78). Sum of RGB (Red+Green+Blue) = 40+56+78=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 78 (30.86% from 255 or 44.83% from 174); Max value from RGB is 78 - color contains mainly: blue. Hex color #28384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28384E is #D7C7B1. Grayscale: #353535. Windows color (decimal): -14141362 or 5126184. OLE color: 5126184.

HSL color Cylindrical-coordinate representation of color #28384E: hue angle of 214.74º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #28384E is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB405678-
CMYK0.490.2800.69
HSL214.74º32.2%23.14%-
HSV(B)214.74º48.72%30.59%-
XYZ3.663.837.75-
YUV53.72141.7118.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 78 (30.86% from 255) = 44.83%
R=22.99%
G=32.18%
B=44.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4056780.490.2800.69214.7432.223.14
Hex28384E311C045d72017
Octal5070116613401053274027
Binary101000111000100111011000111100010001011101011110000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28384E; }

 p { color: rgb(40,56,78); }

 H1.HeaderClassName
 {
   color: #28384E;
 }
 .AnyTagClassName
 {
   color: #28384E;
 }
</style>
background-color css

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

 a { background-color: rgb(40,56,78); }

 div.DivClassName
 {
   background-color: #28384E;
 }
 .BgClassName
 {
   background-color: #28384E;
 }
</style>
border-color css

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

 span { border-color: rgb(40,56,78); }

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