Html Css Color HEX #3A5570 Matisse

📋 copy color: '#3A5570'

red 58 ◦ green 85 ◦ blue 112

#3A5570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matisse #3A5570

Tints of Matisse #3A5570

RGB

 RED value IS 58 (23.05% from 255) = 22.75%

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 22.75%
G = 33.33%
B = 43.92%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A5570 (or 0x3A5570) is known color: Matisse. HEX triplet: 3A, 55 and 70. RGB value is (58,85,112). Sum of RGB (Red+Green+Blue) = 58+85+112=255 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.75% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A5570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5570 is #C5AA8F. Grayscale: #4F4F4F. Windows color (decimal): -12954256 or 7361850. OLE color: 7361850.

HSL color Cylindrical-coordinate representation of color #3A5570: hue angle of 210º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A5570 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 85 112 -
CMYK 0.48 0.24 0 0.56
HSL 210º 0.32% 0.33% -
HSV(B) 210º 0.48% 0.44% -
XYZ 7.92 8.57 16.57 -
YUV 80.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 58 85 112 0.48 0.24 0 0.56 210 0.32 0.33
Hex 3A 55 70 30 18 0 38 D2 20 21
Octal 72 125 160 60 30 0 70 322 40 41
Binary 111010 1010101 1110000 110000 11000 0 111000 11010010 100000 100001

Color Harmonies of #3A5570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5570

Black with #3A5570

Text Example


Text Example

White with #3A5570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,85,112); }

 H1.HeaderClassName
 {
   color: #3A5570;
 }
 .AnyTagClassName
 {
   color: #3A5570;
 }
</style>

background-color css

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

 a { background-color: rgb(58,85,112); }

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

border-color css

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

 span { border-color: rgb(58,85,112); }

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