Html Css Color HEX #3A5773 Matisse

📋 copy color: '#3A5773'

red 58 ◦ green 87 ◦ blue 115

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

Shades of Matisse #3A5773

Tints of Matisse #3A5773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

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

R = 22.31%
G = 33.46%
B = 44.23%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5773 (or 0x3A5773) is known color: Matisse. HEX triplet: 3A, 57 and 73. RGB value is (58,87,115). Sum of RGB (Red+Green+Blue) = 58+87+115=260 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.31% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5773 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5773 is #C5A88C. Grayscale: #515151. Windows color (decimal): -12953741 or 7558970. OLE color: 7558970.

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

Color convert

RGB 58 87 115 -
CMYK 0.50 0.24 0 0.55
HSL 209.47º 0.33% 0.34% -
HSV(B) 209.47º 0.5% 0.45% -
XYZ 8.25 8.95 17.51 -
YUV 81.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 58 87 115 0.50 0.24 0 0.55 209.47 0.33 0.34
Hex 3A 57 73 32 18 0 37 D1 21 22
Octal 72 127 163 62 30 0 67 321 41 42
Binary 111010 1010111 1110011 110010 11000 0 110111 11010001 100001 100010

Color Harmonies of #3A5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5773

Black with #3A5773

Text Example


Text Example

White with #3A5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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