Html Css Color HEX #3B546F Matisse

📋 copy color: '#3B546F'

red 59 ◦ green 84 ◦ blue 111

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

Shades of Matisse #3B546F

Tints of Matisse #3B546F

RGB

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

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

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

R = 23.23%
G = 33.07%
B = 43.7%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3B546F (or 0x3B546F) is known color: Matisse. HEX triplet: 3B, 54 and 6F. RGB value is (59,84,111). Sum of RGB (Red+Green+Blue) = 59+84+111=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 111 (43.75% from 255 or 43.70% from 254); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B546F is #C4AB90. Grayscale: #4F4F4F. Windows color (decimal): -12888977 or 7296059. OLE color: 7296059.

HSL color Cylindrical-coordinate representation of color #3B546F: hue angle of 211.15º 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 #3B546F is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 84 111 -
CMYK 0.47 0.24 0 0.56
HSL 211.15º 0.31% 0.33% -
HSV(B) 211.15º 0.47% 0.44% -
XYZ 7.84 8.42 16.25 -
YUV 79.6 145.72 113.3 -
System Red Green Blue C M Y K H S L
Decimal 59 84 111 0.47 0.24 0 0.56 211.15 0.31 0.33
Hex 3B 54 6F 2F 18 0 38 D3 1F 21
Octal 73 124 157 57 30 0 70 323 37 41
Binary 111011 1010100 1101111 101111 11000 0 111000 11010011 11111 100001

Color Harmonies of #3B546F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B546F

Black with #3B546F

Text Example


Text Example

White with #3B546F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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