#3A6281

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

Shades of Matisse #3A6281

Tints of Matisse #3A6281

Color information

#3A6281 (or 0x3A6281) is unknown color: approx Matisse. HEX triplet: 3A, 62 and 81. RGB value is (58,98,129). Sum of RGB (Red+Green+Blue) = 58+98+129=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #3A6281 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A6281 is #C59D7E. Grayscale: #595959. Windows color (decimal): -12950911 or 8479290. OLE color: 8479290.

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

Color convert

RGB5898129-
CMYK0.550.2400.49
HSL206.2º37.97%36.67%-
HSV(B)206.2º55.04%50.59%-
XYZ10.0811.2222.4-
YUV89.57150.25105.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 98 (38.67% from 255) = 34.39%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=20.35%
G=34.39%
B=45.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58981290.550.2400.49206.237.9736.67
Hex3A62813718031ce2625
Octal7214220167300613164645
Binary11101011000101000000111011111000011000111001110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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