#3A617B

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

Shades of Matisse #3A617B

Tints of Matisse #3A617B

Color information

#3A617B (or 0x3A617B) is unknown color: approx Matisse. HEX triplet: 3A, 61 and 7B. RGB value is (58,97,123). Sum of RGB (Red+Green+Blue) = 58+97+123=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A617B is #C59E84. Grayscale: #585858. Windows color (decimal): -12951173 or 8085818. OLE color: 8085818.

HSL color Cylindrical-coordinate representation of color #3A617B: hue angle of 204º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A617B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5897123-
CMYK0.530.2100.52
HSL204º35.91%35.49%-
HSV(B)204º52.85%48.24%-
XYZ9.5910.8820.33-
YUV88.3147.58106.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.86%
GREEN value IS 97 (38.28% from 255) = 34.89%
BLUE value IS 123 (48.44% from 255) = 44.24%
R=20.86%
G=34.89%
B=44.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58971230.530.2100.5220435.9135.49
Hex3A617B3515034cc2423
Octal7214117365250643144443
Binary1110101100001111101111010110101011010011001100100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,97,123); }

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

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

 a { background-color: rgb(58,97,123); }

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

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

 span { border-color: rgb(58,97,123); }

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