#3A6082

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

Shades of Matisse #3A6082

Tints of Matisse #3A6082

Color information

#3A6082 (or 0x3A6082) is unknown color: approx Matisse. HEX triplet: 3A, 60 and 82. RGB value is (58,96,130). Sum of RGB (Red+Green+Blue) = 58+96+130=284 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.42% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #3A6082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6082 is #C59F7D. Grayscale: #585858. Windows color (decimal): -12951422 or 8544314. OLE color: 8544314.

HSL color Cylindrical-coordinate representation of color #3A6082: hue angle of 208.33º 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 #3A6082 is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5896130-
CMYK0.550.2600.49
HSL208.33º38.3%36.86%-
HSV(B)208.33º55.38%50.98%-
XYZ9.9610.8822.69-
YUV88.51151.41106.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.42%
GREEN value IS 96 (37.89% from 255) = 33.80%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=20.42%
G=33.80%
B=45.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58961300.550.2600.49208.3338.336.86
Hex3A6082371A031d02625
Octal7214020267320613204645
Binary11101011000001000001011011111010011000111010000100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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