#263A50

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

Shades of Madison #263A50

Tints of Madison #263A50

Color information

#263A50 (or 0x263A50) is unknown color: approx Madison. HEX triplet: 26, 3A and 50. RGB value is (38,58,80). Sum of RGB (Red+Green+Blue) = 38+58+80=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #263A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #263A50 is #D9C5AF. Grayscale: #363636. Windows color (decimal): -14271920 or 5257766. OLE color: 5257766.

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

Color convert

RGB385880-
CMYK0.520.2800.69
HSL211.43º35.59%23.14%-
HSV(B)211.43º52.5%31.37%-
XYZ3.764.028.17-
YUV54.53142.37116.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=21.59%
G=32.95%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3858800.520.2800.69211.4335.5923.14
Hex263A50341C045d32417
Octal4672120643401053234427
Binary100110111010101000011010011100010001011101001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263A50; }

 p { color: rgb(38,58,80); }

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

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

 a { background-color: rgb(38,58,80); }

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

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

 span { border-color: rgb(38,58,80); }

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