#3A6282

Color #3A6282 Matisse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Matisse #3A6282

Tints of Matisse #3A6282

Color information

#3A6282 (or 0x3A6282) is unknown color: approx Matisse. HEX triplet: 3A, 62 and 82. RGB value is (58,98,130). Sum of RGB (Red+Green+Blue) = 58+98+130=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 130 (51.17% from 255 or 45.45% from 286); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A6282 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6282 is #C59D7D. Grayscale: #595959. Windows color (decimal): -12950910 or 8544826. OLE color: 8544826.

HSL color Cylindrical-coordinate representation of color #3A6282: hue angle of 206.67º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A6282 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5898130-
CMYK0.550.2500.49
HSL206.67º38.3%36.86%-
HSV(B)206.67º55.38%50.98%-
XYZ10.1411.2522.76-
YUV89.69150.75105.4-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 98 (38.67% from 255) = 34.27%
BLUE value IS 130 (51.17% from 255) = 45.45%
R=20.28%
G=34.27%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58981300.550.2500.49206.6738.336.86
Hex3A62823719031cf2625
Octal7214220267310613174645
Binary11101011000101000001011011111001011000111001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A6282; }

 p { color: rgb(58,98,130); }

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

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

 a { background-color: rgb(58,98,130); }

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

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

 span { border-color: rgb(58,98,130); }

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