Html Css Color HEX #3A6179 Matisse

📋 copy color: '#3A6179'

red 58 ◦ green 97 ◦ blue 121

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

Shades of Matisse #3A6179

Tints of Matisse #3A6179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 21.01%
G = 35.14%
B = 43.84%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A6179 (or 0x3A6179) is known color: Matisse. HEX triplet: 3A, 61 and 79. RGB value is (58,97,121). Sum of RGB (Red+Green+Blue) = 58+97+121=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A6179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6179 is #C59E86. Grayscale: #575757. Windows color (decimal): -12951175 or 7954746. OLE color: 7954746.

HSL color Cylindrical-coordinate representation of color #3A6179: hue angle of 202.86º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6179 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 97 121 -
CMYK 0.52 0.20 0 0.53
HSL 202.86º 0.35% 0.35% -
HSV(B) 202.86º 0.52% 0.47% -
XYZ 9.47 10.83 19.68 -
YUV 88.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 58 97 121 0.52 0.20 0 0.53 202.86 0.35 0.35
Hex 3A 61 79 34 14 0 35 CB 23 23
Octal 72 141 171 64 24 0 65 313 43 43
Binary 111010 1100001 1111001 110100 10100 0 110101 11001011 100011 100011

Color Harmonies of #3A6179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6179

Black with #3A6179

Text Example


Text Example

White with #3A6179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,97,121); }

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

background-color css

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

 a { background-color: rgb(58,97,121); }

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

border-color css

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

 span { border-color: rgb(58,97,121); }

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