Html Css Color HEX #3D5B77 Matisse

📋 copy color: '#3D5B77'

red 61 ◦ green 91 ◦ blue 119

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

Shades of Matisse #3D5B77

Tints of Matisse #3D5B77

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

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

R = 22.51%
G = 33.58%
B = 43.91%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3D5B77 (or 0x3D5B77) is known color: Matisse. HEX triplet: 3D, 5B and 77. RGB value is (61,91,119). Sum of RGB (Red+Green+Blue) = 61+91+119=271 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.51% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #3D5B77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5B77 is #C2A488. Grayscale: #555555. Windows color (decimal): -12756105 or 7822141. OLE color: 7822141.

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

Color convert

RGB 61 91 119 -
CMYK 0.49 0.24 0 0.53
HSL 208.97º 0.32% 0.35% -
HSV(B) 208.97º 0.49% 0.47% -
XYZ 9 9.81 18.87 -
YUV 85.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 61 91 119 0.49 0.24 0 0.53 208.97 0.32 0.35
Hex 3D 5B 77 31 18 0 35 D1 20 23
Octal 75 133 167 61 30 0 65 321 40 43
Binary 111101 1011011 1110111 110001 11000 0 110101 11010001 100000 100011

Color Harmonies of #3D5B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D5B77

Black with #3D5B77

Text Example


Text Example

White with #3D5B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,91,119); }

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

background-color css

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

 a { background-color: rgb(61,91,119); }

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

border-color css

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

 span { border-color: rgb(61,91,119); }

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