Html Css Color HEX #3A5C73 Matisse

📋 copy color: '#3A5C73'

red 58 ◦ green 92 ◦ blue 115

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

Shades of Matisse #3A5C73

Tints of Matisse #3A5C73

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

 BLUE value IS 115 (45.31% from 255) = 43.4%

R = 21.89%
G = 34.72%
B = 43.4%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3A5C73 (or 0x3A5C73) is known color: Matisse. HEX triplet: 3A, 5C and 73. RGB value is (58,92,115). Sum of RGB (Red+Green+Blue) = 58+92+115=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #3A5C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5C73 is #C5A38C. Grayscale: #545454. Windows color (decimal): -12952461 or 7560250. OLE color: 7560250.

HSL color Cylindrical-coordinate representation of color #3A5C73: hue angle of 204.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5C73 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 58 92 115 -
CMYK 0.50 0.20 0 0.55
HSL 204.21º 0.33% 0.34% -
HSV(B) 204.21º 0.5% 0.45% -
XYZ 8.67 9.79 17.65 -
YUV 84.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 58 92 115 0.50 0.20 0 0.55 204.21 0.33 0.34
Hex 3A 5C 73 32 14 0 37 CC 21 22
Octal 72 134 163 62 24 0 67 314 41 42
Binary 111010 1011100 1110011 110010 10100 0 110111 11001100 100001 100010

Color Harmonies of #3A5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C73

Black with #3A5C73

Text Example


Text Example

White with #3A5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,92,115); }

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

background-color css

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

 a { background-color: rgb(58,92,115); }

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

border-color css

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

 span { border-color: rgb(58,92,115); }

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