Html Css Color HEX #3B5679 Matisse

📋 copy color: '#3B5679'

red 59 ◦ green 86 ◦ blue 121

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

Shades of Matisse #3B5679

Tints of Matisse #3B5679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 121 (47.66% from 255) = 45.49%

R = 22.18%
G = 32.33%
B = 45.49%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3B5679 (or 0x3B5679) is known color: Matisse. HEX triplet: 3B, 56 and 79. RGB value is (59,86,121). Sum of RGB (Red+Green+Blue) = 59+86+121=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #3B5679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5679 is #C4A986. Grayscale: #515151. Windows color (decimal): -12888455 or 7951931. OLE color: 7951931.

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

Color convert

RGB 59 86 121 -
CMYK 0.51 0.29 0 0.53
HSL 213.87º 0.34% 0.35% -
HSV(B) 213.87º 0.51% 0.47% -
XYZ 8.58 8.97 19.37 -
YUV 81.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 59 86 121 0.51 0.29 0 0.53 213.87 0.34 0.35
Hex 3B 56 79 33 1D 0 35 D6 22 23
Octal 73 126 171 63 35 0 65 326 42 43
Binary 111011 1010110 1111001 110011 11101 0 110101 11010110 100010 100011

Color Harmonies of #3B5679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5679

Black with #3B5679

Text Example


Text Example

White with #3B5679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,86,121); }

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

background-color css

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

 a { background-color: rgb(59,86,121); }

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

border-color css

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

 span { border-color: rgb(59,86,121); }

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