Html Css Color HEX #3B556F Matisse

📋 copy color: '#3B556F'

red 59 ◦ green 85 ◦ blue 111

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

Shades of Matisse #3B556F

Tints of Matisse #3B556F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.33%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 23.14%
G = 33.33%
B = 43.53%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B556F (or 0x3B556F) is known color: Matisse. HEX triplet: 3B, 55 and 6F. RGB value is (59,85,111). Sum of RGB (Red+Green+Blue) = 59+85+111=255 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.14% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B556F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B556F is #C4AA90. Grayscale: #505050. Windows color (decimal): -12888721 or 7296315. OLE color: 7296315.

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

Color convert

RGB 59 85 111 -
CMYK 0.47 0.23 0 0.56
HSL 210º 0.31% 0.33% -
HSV(B) 210º 0.47% 0.44% -
XYZ 7.92 8.57 16.28 -
YUV 80.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 59 85 111 0.47 0.23 0 0.56 210 0.31 0.33
Hex 3B 55 6F 2F 17 0 38 D2 1F 21
Octal 73 125 157 57 27 0 70 322 37 41
Binary 111011 1010101 1101111 101111 10111 0 111000 11010010 11111 100001

Color Harmonies of #3B556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B556F

Black with #3B556F

Text Example


Text Example

White with #3B556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,111); }

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

background-color css

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

 a { background-color: rgb(59,85,111); }

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

border-color css

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

 span { border-color: rgb(59,85,111); }

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