Html Css Color HEX #3B5C73 Matisse

📋 copy color: '#3B5C73'

red 59 ◦ green 92 ◦ blue 115

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

Shades of Matisse #3B5C73

Tints of Matisse #3B5C73

RGB

 RED value IS 59 (23.44% from 255) = 22.18%

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

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

R = 22.18%
G = 34.59%
B = 43.23%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3B5C73 (or 0x3B5C73) is known color: Matisse. HEX triplet: 3B, 5C and 73. RGB value is (59,92,115). Sum of RGB (Red+Green+Blue) = 59+92+115=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #3B5C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5C73 is #C4A38C. Grayscale: #545454. Windows color (decimal): -12886925 or 7560251. OLE color: 7560251.

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

Color convert

RGB 59 92 115 -
CMYK 0.49 0.20 0 0.55
HSL 204.64º 0.32% 0.34% -
HSV(B) 204.64º 0.49% 0.45% -
XYZ 8.73 9.82 17.66 -
YUV 84.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 59 92 115 0.49 0.20 0 0.55 204.64 0.32 0.34
Hex 3B 5C 73 31 14 0 37 CD 20 22
Octal 73 134 163 61 24 0 67 315 40 42
Binary 111011 1011100 1110011 110001 10100 0 110111 11001101 100000 100010

Color Harmonies of #3B5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C73

Black with #3B5C73

Text Example


Text Example

White with #3B5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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