Html Css Color HEX #3F586F Matisse

📋 copy color: '#3F586F'

red 63 ◦ green 88 ◦ blue 111

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

Shades of Matisse #3F586F

Tints of Matisse #3F586F

RGB

 RED value IS 63 (25% from 255) = 24.05%

 GREEN value IS 88 (34.77% from 255) = 33.59%

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

R = 24.05%
G = 33.59%
B = 42.37%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#3F586F (or 0x3F586F) is known color: Matisse. HEX triplet: 3F, 58 and 6F. RGB value is (63,88,111). Sum of RGB (Red+Green+Blue) = 63+88+111=262 (34% of max value = 765). Red value is 63 (25% from 255 or 24.05% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 111 (43.75% from 255 or 42.37% from 262); Max value from RGB is 111 - color contains mainly: blue. Hex color #3F586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F586F is #C0A790. Grayscale: #535353. Windows color (decimal): -12625809 or 7297087. OLE color: 7297087.

HSL color Cylindrical-coordinate representation of color #3F586F: hue angle of 208.75º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F586F is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 88 111 -
CMYK 0.43 0.21 0 0.56
HSL 208.75º 0.28% 0.34% -
HSV(B) 208.75º 0.43% 0.44% -
XYZ 8.41 9.18 16.37 -
YUV 83.15 143.72 113.63 -
System Red Green Blue C M Y K H S L
Decimal 63 88 111 0.43 0.21 0 0.56 208.75 0.28 0.34
Hex 3F 58 6F 2B 15 0 38 D1 1C 22
Octal 77 130 157 53 25 0 70 321 34 42
Binary 111111 1011000 1101111 101011 10101 0 111000 11010001 11100 100010

Color Harmonies of #3F586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F586F

Black with #3F586F

Text Example


Text Example

White with #3F586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,88,111); }

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

background-color css

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

 a { background-color: rgb(63,88,111); }

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

border-color css

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

 span { border-color: rgb(63,88,111); }

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