Html Css Color HEX #3B6086 Matisse

📋 copy color: '#3B6086'

red 59 ◦ green 96 ◦ blue 134

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

Shades of Matisse #3B6086

Tints of Matisse #3B6086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 134 (52.73% from 255) = 46.37%

R = 20.42%
G = 33.22%
B = 46.37%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3B6086 (or 0x3B6086) is known color: Matisse. HEX triplet: 3B, 60 and 86. RGB value is (59,96,134). Sum of RGB (Red+Green+Blue) = 59+96+134=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #3B6086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6086 is #C49F79. Grayscale: #595959. Windows color (decimal): -12885882 or 8806459. OLE color: 8806459.

HSL color Cylindrical-coordinate representation of color #3B6086: hue angle of 210.4º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B6086 is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 59 96 134 -
CMYK 0.56 0.28 0 0.47
HSL 210.4º 0.39% 0.38% -
HSV(B) 210.4º 0.56% 0.53% -
XYZ 10.29 11.02 24.14 -
YUV 89.27 153.24 106.41 -
System Red Green Blue C M Y K H S L
Decimal 59 96 134 0.56 0.28 0 0.47 210.4 0.39 0.38
Hex 3B 60 86 38 1C 0 2F D2 27 26
Octal 73 140 206 70 34 0 57 322 47 46
Binary 111011 1100000 10000110 111000 11100 0 101111 11010010 100111 100110

Color Harmonies of #3B6086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6086

Black with #3B6086

Text Example


Text Example

White with #3B6086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,96,134); }

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

background-color css

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

 a { background-color: rgb(59,96,134); }

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

border-color css

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

 span { border-color: rgb(59,96,134); }

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