Html Css Color HEX #3A5E79 Matisse

📋 copy color: '#3A5E79'

red 58 ◦ green 94 ◦ blue 121

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

Shades of Matisse #3A5E79

Tints of Matisse #3A5E79

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.43%

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

R = 21.25%
G = 34.43%
B = 44.32%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3A5E79 (or 0x3A5E79) is known color: Matisse. HEX triplet: 3A, 5E and 79. RGB value is (58,94,121). Sum of RGB (Red+Green+Blue) = 58+94+121=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #3A5E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5E79 is #C5A186. Grayscale: #565656. Windows color (decimal): -12951943 or 7953978. OLE color: 7953978.

HSL color Cylindrical-coordinate representation of color #3A5E79: hue angle of 205.71º 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 #3A5E79 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 58 94 121 -
CMYK 0.52 0.22 0 0.53
HSL 205.71º 0.35% 0.35% -
HSV(B) 205.71º 0.52% 0.47% -
XYZ 9.2 10.29 19.59 -
YUV 86.31 147.57 107.8 -
System Red Green Blue C M Y K H S L
Decimal 58 94 121 0.52 0.22 0 0.53 205.71 0.35 0.35
Hex 3A 5E 79 34 16 0 35 CE 23 23
Octal 72 136 171 64 26 0 65 316 43 43
Binary 111010 1011110 1111001 110100 10110 0 110101 11001110 100011 100011

Color Harmonies of #3A5E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5E79

Black with #3A5E79

Text Example


Text Example

White with #3A5E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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