Html Css Color HEX #3A5976 Matisse

📋 copy color: '#3A5976'

red 58 ◦ green 89 ◦ blue 118

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

Shades of Matisse #3A5976

Tints of Matisse #3A5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 118 (46.48% from 255) = 44.53%

R = 21.89%
G = 33.58%
B = 44.53%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3A5976 (or 0x3A5976) is known color: Matisse. HEX triplet: 3A, 59 and 76. RGB value is (58,89,118). Sum of RGB (Red+Green+Blue) = 58+89+118=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #3A5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5976 is #C5A689. Grayscale: #525252. Windows color (decimal): -12953226 or 7756090. OLE color: 7756090.

HSL color Cylindrical-coordinate representation of color #3A5976: hue angle of 209º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A5976 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 58 89 118 -
CMYK 0.51 0.25 0 0.54
HSL 209º 0.34% 0.35% -
HSV(B) 209º 0.51% 0.46% -
XYZ 8.59 9.35 18.49 -
YUV 83.04 147.73 110.14 -
System Red Green Blue C M Y K H S L
Decimal 58 89 118 0.51 0.25 0 0.54 209 0.34 0.35
Hex 3A 59 76 33 19 0 36 D1 22 23
Octal 72 131 166 63 31 0 66 321 42 43
Binary 111010 1011001 1110110 110011 11001 0 110110 11010001 100010 100011

Color Harmonies of #3A5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5976

Black with #3A5976

Text Example


Text Example

White with #3A5976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,89,118); }

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

background-color css

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

 a { background-color: rgb(58,89,118); }

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

border-color css

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

 span { border-color: rgb(58,89,118); }

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