Html Css Color HEX #3A6177 Matisse

📋 copy color: '#3A6177'

red 58 ◦ green 97 ◦ blue 119

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

Shades of Matisse #3A6177

Tints of Matisse #3A6177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 43.43%

R = 21.17%
G = 35.4%
B = 43.43%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A6177 (or 0x3A6177) is known color: Matisse. HEX triplet: 3A, 61 and 77. RGB value is (58,97,119). Sum of RGB (Red+Green+Blue) = 58+97+119=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 119 - color contains mainly: blue. Hex color #3A6177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6177 is #C59E88. Grayscale: #575757. Windows color (decimal): -12951177 or 7823674. OLE color: 7823674.

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

Color convert

RGB 58 97 119 -
CMYK 0.51 0.18 0 0.53
HSL 201.64º 0.34% 0.35% -
HSV(B) 201.64º 0.51% 0.47% -
XYZ 9.35 10.78 19.04 -
YUV 87.85 145.58 106.71 -
System Red Green Blue C M Y K H S L
Decimal 58 97 119 0.51 0.18 0 0.53 201.64 0.34 0.35
Hex 3A 61 77 33 12 0 35 CA 22 23
Octal 72 141 167 63 22 0 65 312 42 43
Binary 111010 1100001 1110111 110011 10010 0 110101 11001010 100010 100011

Color Harmonies of #3A6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A6177

Black with #3A6177

Text Example


Text Example

White with #3A6177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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