#3A5E7A

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

Shades of Matisse #3A5E7A

Tints of Matisse #3A5E7A

Color information

#3A5E7A (or 0x3A5E7A) is unknown color: approx Matisse. HEX triplet: 3A, 5E and 7A. RGB value is (58,94,122). Sum of RGB (Red+Green+Blue) = 58+94+122=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A5E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E7A is #C5A185. Grayscale: #565656. Windows color (decimal): -12951942 or 8019514. OLE color: 8019514.

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

Color convert

RGB5894122-
CMYK0.520.2300.52
HSL206.25º35.56%35.29%-
HSV(B)206.25º52.46%47.84%-
XYZ9.2610.3119.91-
YUV86.43148.07107.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.17%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=21.17%
G=34.31%
B=44.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58941220.520.2300.52206.2535.5635.29
Hex3A5E7A3417034ce2423
Octal7213617264270643164443
Binary1110101011110111101011010010111011010011001110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,94,122); }

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

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

 a { background-color: rgb(58,94,122); }

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

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

 span { border-color: rgb(58,94,122); }

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