Html Css Color HEX #3D5C73 Matisse

📋 copy color: '#3D5C73'

red 61 ◦ green 92 ◦ blue 115

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

Shades of Matisse #3D5C73

Tints of Matisse #3D5C73

RGB

 RED value IS 61 (24.22% from 255) = 22.76%

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

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

R = 22.76%
G = 34.33%
B = 42.91%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3D5C73 (or 0x3D5C73) is known color: Matisse. HEX triplet: 3D, 5C and 73. RGB value is (61,92,115). Sum of RGB (Red+Green+Blue) = 61+92+115=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #3D5C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5C73 is #C2A38C. Grayscale: #555555. Windows color (decimal): -12755853 or 7560253. OLE color: 7560253.

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

Color convert

RGB 61 92 115 -
CMYK 0.47 0.20 0 0.55
HSL 205.56º 0.31% 0.35% -
HSV(B) 205.56º 0.47% 0.45% -
XYZ 8.85 9.88 17.66 -
YUV 85.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 61 92 115 0.47 0.20 0 0.55 205.56 0.31 0.35
Hex 3D 5C 73 2F 14 0 37 CE 1F 23
Octal 75 134 163 57 24 0 67 316 37 43
Binary 111101 1011100 1110011 101111 10100 0 110111 11001110 11111 100011

Color Harmonies of #3D5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5C73

Black with #3D5C73

Text Example


Text Example

White with #3D5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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