Html Css Color HEX #3F617F Matisse

📋 copy color: '#3F617F'

red 63 ◦ green 97 ◦ blue 127

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

Shades of Matisse #3F617F

Tints of Matisse #3F617F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

 BLUE value IS 127 (50% from 255) = 44.25%

R = 21.95%
G = 33.8%
B = 44.25%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3F617F (or 0x3F617F) is known color: Matisse. HEX triplet: 3F, 61 and 7F. RGB value is (63,97,127). Sum of RGB (Red+Green+Blue) = 63+97+127=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #3F617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F617F is #C09E80. Grayscale: #5A5A5A. Windows color (decimal): -12623489 or 8347967. OLE color: 8347967.

HSL color Cylindrical-coordinate representation of color #3F617F: hue angle of 208.12º degrees, saturation: 0.34, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3F617F is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 63 97 127 -
CMYK 0.50 0.24 0 0.50
HSL 208.13º 0.34% 0.37% -
HSV(B) 208.13º 0.5% 0.5% -
XYZ 10.16 11.14 21.69 -
YUV 90.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 63 97 127 0.50 0.24 0 0.50 208.13 0.34 0.37
Hex 3F 61 7F 32 18 0 32 D0 22 25
Octal 77 141 177 62 30 0 62 320 42 45
Binary 111111 1100001 1111111 110010 11000 0 110010 11010000 100010 100101

Color Harmonies of #3F617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F617F

Black with #3F617F

Text Example


Text Example

White with #3F617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,97,127); }

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

background-color css

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

 a { background-color: rgb(63,97,127); }

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

border-color css

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

 span { border-color: rgb(63,97,127); }

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