Html Css Color HEX #3A576F Matisse

📋 copy color: '#3A576F'

red 58 ◦ green 87 ◦ blue 111

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

Shades of Matisse #3A576F

Tints of Matisse #3A576F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 22.66%
G = 33.98%
B = 43.36%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3A576F (or 0x3A576F) is known color: Matisse. HEX triplet: 3A, 57 and 6F. RGB value is (58,87,111). Sum of RGB (Red+Green+Blue) = 58+87+111=256 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.66% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #3A576F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A576F is #C5A890. Grayscale: #505050. Windows color (decimal): -12953745 or 7296826. OLE color: 7296826.

HSL color Cylindrical-coordinate representation of color #3A576F: hue angle of 207.17º degrees, saturation: 0.31, 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 #3A576F is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 58 87 111 -
CMYK 0.48 0.22 0 0.56
HSL 207.17º 0.31% 0.33% -
HSV(B) 207.17º 0.48% 0.44% -
XYZ 8.02 8.86 16.33 -
YUV 81.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 58 87 111 0.48 0.22 0 0.56 207.17 0.31 0.33
Hex 3A 57 6F 30 16 0 38 CF 1F 21
Octal 72 127 157 60 26 0 70 317 37 41
Binary 111010 1010111 1101111 110000 10110 0 111000 11001111 11111 100001

Color Harmonies of #3A576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A576F

Black with #3A576F

Text Example


Text Example

White with #3A576F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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