Html Css Color HEX #3B566F Matisse

📋 copy color: '#3B566F'

red 59 ◦ green 86 ◦ blue 111

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

Shades of Matisse #3B566F

Tints of Matisse #3B566F

RGB

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

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

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

R = 23.05%
G = 33.59%
B = 43.36%

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

#3B566F (or 0x3B566F) is known color: Matisse. HEX triplet: 3B, 56 and 6F. RGB value is (59,86,111). Sum of RGB (Red+Green+Blue) = 59+86+111=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #3B566F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B566F is #C4A990. Grayscale: #505050. Windows color (decimal): -12888465 or 7296571. OLE color: 7296571.

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

Color convert

RGB 59 86 111 -
CMYK 0.47 0.23 0 0.56
HSL 208.85º 0.31% 0.33% -
HSV(B) 208.85º 0.47% 0.44% -
XYZ 8 8.73 16.3 -
YUV 80.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 59 86 111 0.47 0.23 0 0.56 208.85 0.31 0.33
Hex 3B 56 6F 2F 17 0 38 D1 1F 21
Octal 73 126 157 57 27 0 70 321 37 41
Binary 111011 1010110 1101111 101111 10111 0 111000 11010001 11111 100001

Color Harmonies of #3B566F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B566F

Black with #3B566F

Text Example


Text Example

White with #3B566F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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