Html Css Color HEX #3A5673 Matisse

📋 copy color: '#3A5673'

red 58 ◦ green 86 ◦ blue 115

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

Shades of Matisse #3A5673

Tints of Matisse #3A5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

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

R = 22.39%
G = 33.2%
B = 44.4%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5673 (or 0x3A5673) is known color: Matisse. HEX triplet: 3A, 56 and 73. RGB value is (58,86,115). Sum of RGB (Red+Green+Blue) = 58+86+115=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5673 is #C5A98C. Grayscale: #505050. Windows color (decimal): -12953997 or 7558714. OLE color: 7558714.

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

Color convert

RGB 58 86 115 -
CMYK 0.50 0.25 0 0.55
HSL 210.53º 0.33% 0.34% -
HSV(B) 210.53º 0.5% 0.45% -
XYZ 8.17 8.79 17.49 -
YUV 80.93 147.22 111.64 -
System Red Green Blue C M Y K H S L
Decimal 58 86 115 0.50 0.25 0 0.55 210.53 0.33 0.34
Hex 3A 56 73 32 19 0 37 D3 21 22
Octal 72 126 163 62 31 0 67 323 41 42
Binary 111010 1010110 1110011 110010 11001 0 110111 11010011 100001 100010

Color Harmonies of #3A5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5673

Black with #3A5673

Text Example


Text Example

White with #3A5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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