Html Css Color HEX #28384F Madison

📋 copy color: '#28384F'

red 40 ◦ green 56 ◦ blue 79

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

Shades of Madison #28384F

Tints of Madison #28384F

RGB

 RED value IS 40 (16.02% from 255) = 22.86%

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 79 (31.25% from 255) = 45.14%

R = 22.86%
G = 32%
B = 45.14%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#28384F (or 0x28384F) is known color: Madison. HEX triplet: 28, 38 and 4F. RGB value is (40,56,79). Sum of RGB (Red+Green+Blue) = 40+56+79=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 79 (31.25% from 255 or 45.14% from 175); Max value from RGB is 79 - color contains mainly: blue. Hex color #28384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28384F is #D7C7B0. Grayscale: #353535. Windows color (decimal): -14141361 or 5191720. OLE color: 5191720.

HSL color Cylindrical-coordinate representation of color #28384F: hue angle of 215.38º degrees, saturation: 0.33, 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 #28384F is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 56 79 -
CMYK 0.49 0.29 0 0.69
HSL 215.38º 0.33% 0.23% -
HSV(B) 215.38º 0.49% 0.31% -
XYZ 3.7 3.84 7.94 -
YUV 53.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 40 56 79 0.49 0.29 0 0.69 215.38 0.33 0.23
Hex 28 38 4F 31 1D 0 45 D7 21 17
Octal 50 70 117 61 35 0 105 327 41 27
Binary 101000 111000 1001111 110001 11101 0 1000101 11010111 100001 10111

Color Harmonies of #28384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28384F

Black with #28384F

Text Example


Text Example

White with #28384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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