Html Css Color HEX #3B5471 Matisse

📋 copy color: '#3B5471'

red 59 ◦ green 84 ◦ blue 113

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

Shades of Matisse #3B5471

Tints of Matisse #3B5471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

 BLUE value IS 113 (44.53% from 255) = 44.14%

R = 23.05%
G = 32.81%
B = 44.14%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B5471 (or 0x3B5471) is known color: Matisse. HEX triplet: 3B, 54 and 71. RGB value is (59,84,113). Sum of RGB (Red+Green+Blue) = 59+84+113=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #3B5471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5471 is #C4AB8E. Grayscale: #4F4F4F. Windows color (decimal): -12888975 or 7427131. OLE color: 7427131.

HSL color Cylindrical-coordinate representation of color #3B5471: hue angle of 212.22º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B5471 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 84 113 -
CMYK 0.48 0.26 0 0.56
HSL 212.22º 0.31% 0.34% -
HSV(B) 212.22º 0.48% 0.44% -
XYZ 7.95 8.46 16.84 -
YUV 79.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 59 84 113 0.48 0.26 0 0.56 212.22 0.31 0.34
Hex 3B 54 71 30 1A 0 38 D4 1F 22
Octal 73 124 161 60 32 0 70 324 37 42
Binary 111011 1010100 1110001 110000 11010 0 111000 11010100 11111 100010

Color Harmonies of #3B5471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5471

Black with #3B5471

Text Example


Text Example

White with #3B5471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,84,113); }

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

background-color css

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

 a { background-color: rgb(59,84,113); }

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

border-color css

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

 span { border-color: rgb(59,84,113); }

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