Html Css Color HEX #283C50 Madison

📋 copy color: '#283C50'

red 40 ◦ green 60 ◦ blue 80

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

Shades of Madison #283C50

Tints of Madison #283C50

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#283C50 (or 0x283C50) is known color: Madison. HEX triplet: 28, 3C and 50. RGB value is (40,60,80). Sum of RGB (Red+Green+Blue) = 40+60+80=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #283C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283C50 is #D7C3AF. Grayscale: #383838. Windows color (decimal): -14140336 or 5258280. OLE color: 5258280.

HSL color Cylindrical-coordinate representation of color #283C50: hue angle of 210º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #283C50 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 40 60 80 -
CMYK 0.5 0.25 0 0.69
HSL 210º 0.33% 0.24% -
HSV(B) 210º 0.5% 0.31% -
XYZ 3.94 4.26 8.2 -
YUV 56.3 141.37 116.37 -
System Red Green Blue C M Y K H S L
Decimal 40 60 80 0.5 0.25 0 0.69 210 0.33 0.24
Hex 28 3C 50 32 19 0 45 D2 21 18
Octal 50 74 120 62 31 0 105 322 41 30
Binary 101000 111100 1010000 110010 11001 0 1000101 11010010 100001 11000

Color Harmonies of #283C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C50

Black with #283C50

Text Example


Text Example

White with #283C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283C50; }

 p { color: rgb(40,60,80); }

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

background-color css

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

 a { background-color: rgb(40,60,80); }

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

border-color css

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

 span { border-color: rgb(40,60,80); }

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