Html Css Color HEX #3A5573 Matisse

📋 copy color: '#3A5573'

red 58 ◦ green 85 ◦ blue 115

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

Shades of Matisse #3A5573

Tints of Matisse #3A5573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.57%

R = 22.48%
G = 32.95%
B = 44.57%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5573 (or 0x3A5573) is known color: Matisse. HEX triplet: 3A, 55 and 73. RGB value is (58,85,115). Sum of RGB (Red+Green+Blue) = 58+85+115=258 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.48% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5573 is #C5AA8C. Grayscale: #505050. Windows color (decimal): -12954253 or 7558458. OLE color: 7558458.

HSL color Cylindrical-coordinate representation of color #3A5573: hue angle of 211.58º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5573 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 85 115 -
CMYK 0.50 0.26 0 0.55
HSL 211.58º 0.33% 0.34% -
HSV(B) 211.58º 0.5% 0.45% -
XYZ 8.09 8.63 17.46 -
YUV 80.35 147.55 112.06 -
System Red Green Blue C M Y K H S L
Decimal 58 85 115 0.50 0.26 0 0.55 211.58 0.33 0.34
Hex 3A 55 73 32 1A 0 37 D4 21 22
Octal 72 125 163 62 32 0 67 324 41 42
Binary 111010 1010101 1110011 110010 11010 0 110111 11010100 100001 100010

Color Harmonies of #3A5573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5573

Black with #3A5573

Text Example


Text Example

White with #3A5573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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