Html Css Color HEX #3B5C84 Matisse

📋 copy color: '#3B5C84'

red 59 ◦ green 92 ◦ blue 132

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

Shades of Matisse #3B5C84

Tints of Matisse #3B5C84

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

 BLUE value IS 132 (51.95% from 255) = 46.64%

R = 20.85%
G = 32.51%
B = 46.64%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#3B5C84 (or 0x3B5C84) is known color: Matisse. HEX triplet: 3B, 5C and 84. RGB value is (59,92,132). Sum of RGB (Red+Green+Blue) = 59+92+132=283 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.85% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #3B5C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B5C84 is #C4A37B. Grayscale: #565656. Windows color (decimal): -12886908 or 8674363. OLE color: 8674363.

HSL color Cylindrical-coordinate representation of color #3B5C84: hue angle of 212.88º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B5C84 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 59 92 132 -
CMYK 0.55 0.30 0 0.48
HSL 212.88º 0.38% 0.37% -
HSV(B) 212.88º 0.55% 0.52% -
XYZ 9.8 10.25 23.29 -
YUV 86.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 59 92 132 0.55 0.30 0 0.48 212.88 0.38 0.37
Hex 3B 5C 84 37 1E 0 30 D5 26 25
Octal 73 134 204 67 36 0 60 325 46 45
Binary 111011 1011100 10000100 110111 11110 0 110000 11010101 100110 100101

Color Harmonies of #3B5C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5C84

Black with #3B5C84

Text Example


Text Example

White with #3B5C84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,92,132); }

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

background-color css

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

 a { background-color: rgb(59,92,132); }

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

border-color css

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

 span { border-color: rgb(59,92,132); }

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